aherbert commented on issue #83: WIP: Initial bloom filter code contribution
URL: 
https://github.com/apache/commons-collections/pull/83#issuecomment-531125377
 
 
   When you are working on a single test you can run that on its own (or use a 
regex) and regenerate the test coverage report. For example:
   ```
   mvn test -Dtest=BloomFilterTest -P jacoco jacoco:report
   mvn test -Dtest=%regex[.*bloomfilter.*] -P jacoco jacoco:report
   ```
   This speeds up looking at the coverage by avoiding a full site build.
   
   See 
https://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#test
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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