Skip to content

Commit 74db352

Browse files
Update README.md
added tool version section
1 parent 78df3d6 commit 74db352

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,10 @@ We used that plugin as a starting point for basic stats, then, updated the refer
3939

4040
We referenced the [javascript sonar plugin](https://github.com/SonarCommunity/sonar-javascript) and the [php sonar plugin](https://github.com/SonarCommunity/sonar-php) for complexity and coverage implementation.
4141
Our complexity sensor and code coverage sensor borrow heavily from the javascript plugin's equivalent sensors.
42+
43+
##Tool Versions
44+
* We are using Sonar 3.5.1 along with the Sonar 3.5.1 api (You must be using at least sonar 3.5 for the plugin to work)
45+
* We are using Sonar-Runner 2.2.2 to anaylze our projects
46+
* metric_fu 4.2.1 (latest at time of edit)
47+
* simplecov 0.7.1 (latest at time of edit)
48+
* simplecov-rcov 0.2.3 (latest at time of edit)

0 commit comments

Comments
 (0)