Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updates for compatibility with Sonar 4.5.2 and up #5

Merged
merged 3 commits into from
Sep 17, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
short update to the readme
  • Loading branch information
demerson committed Aug 26, 2015
commit 02bfebf93c3eb92d8f4621269bafec08f1c12f73
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,8 @@ Our complexity sensor and code coverage sensor borrow heavily from the javascrip
* metric_fu 4.2.1 (latest at time of edit)
* simplecov 0.7.1 (latest at time of edit)
* simplecov-rcov 0.2.3 (latest at time of edit)

##Updates from Constant Contact
* Updates were made for compatibility with Sonar 4.5.2 and it's api
* Added support for configuring report paths for SimpleCovRcov and MetricFu via Sonar properties. They are available in the Code Coverage category and are configurable per project.
* Several dependencies were also updated to more recent versions.