At TIOBE (www.tiobe.com) we use SCCT to measure the code coverage of Scala projects. This works very nice, but unfortunately we are missing two features in SCCT to aggregate code coverage results adequately:
Total number of statements in a file (a '.scale file', not per class, package)
The number of covered statemens by tests in a file
Could you please extend the HTML reports generated by SCCT, so both figures are included?
At TIOBE (www.tiobe.com) we use SCCT to measure the code coverage of Scala projects. This works very nice, but unfortunately we are missing two features in SCCT to aggregate code coverage results adequately:
Could you please extend the HTML reports generated by SCCT, so both figures are included?