Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xseignard/karmasonar
https://github.com/xseignard/karmasonar
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xseignard/karmasonar
- Owner: xseignard
- Created: 2013-06-15T12:23:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-15T12:28:00.000Z (over 11 years ago)
- Last Synced: 2024-04-14T14:56:02.518Z (8 months ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
karmaSonar
==========Make sure you have `sonar-runner` and `lcov` binaries in your path.
See:
- [http://docs.codehaus.org/display/SONAR/Installing+and+Configuring+SonarQube+Runner](http://docs.codehaus.org/display/SONAR/Installing+and+Configuring+SonarQube+Runner)
- lcov is available in any linux distro (i.e. `apt-get install lcov` or similar)Then you can run `make qa` to run karma and then the sonar analysis (you nedd to have a sonar server running on localhost:9000)