We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db12b1f commit f19f829Copy full SHA for f19f829
1 file changed
README.md
@@ -2,10 +2,9 @@
2
3
This plugin adds support for projects written in Ruby to be analyzed by Sonar.
4
5
-Currently only captures very basic metrics (LOC, Comment %).
+Currently only captures very basic metrics (LOC, Comment %, Overall Coverage %).
6
+Source code displays with simple code highlighting.
7
8
### Plans include:
-* Allowing drill-down into source files
9
-* Code highlighting
10
-* Parsing RCov reports for test coverage metrics
+* Parsing RCov reports for detailed test coverage metrics
11
* Parsing Flog reports for complexity score metrics
0 commit comments