jadams-tresys commented on a change in pull request #184: Added sbt-scoverage 
code coverage reporting
URL: https://github.com/apache/incubator-daffodil/pull/184#discussion_r257270275
 
 

 ##########
 File path: README.md
 ##########
 @@ -74,6 +74,16 @@ This following command generates an [Apache 
RAT](https://creadur.apache.org/rat/
 $ sbt ratCheck
 ```
 
+### sbt-scoverage
+
+This follow commands generate an 
[sbt-scoverage](https://github.com/scoverage/sbt-scoverage) test coverage 
report that will be located in ``target/scala-ver/scoverage-report/``.
+
+```bash
+$ sbt clean coverage test it:test
+$ sbt coverageReport
+$ sbt coverageAggregate
+```
+
 
 Review comment:
   I ended up just adding it to the pull request once I saw it was just a 
couple lines

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to