You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2019/11/30 08:43:57 UTC

[GitHub] [commons-codec] aherbert commented on issue #31: Added non-blocking File digest methods

aherbert commented on issue #31: Added non-blocking File digest methods
URL: https://github.com/apache/commons-codec/pull/31#issuecomment-559928174
 
 
   I am also not sure why coveralls dropped. Looking at the Travis log for JDK 8 it runs the tests:
   ```
   [INFO] Running org.apache.commons.codec.digest.MessageDigestAlgorithmsTest
   [WARNING] Tests run: 88, Failures: 0, Errors: 0, Skipped: 32, Time elapsed: 4.816 s - in org.apache.commons.codec.digest.MessageDigestAlgorithmsTest
   ```
   
   When I run locally `mvn clean test -Dtest=MessageDigestAlgorithmsTest jacoco:report` I get the same numbers of tests run (those skipped are for algorithms in later JDKs) and the local jacoco report has coverage of the new methods.
   
   If you fix the new tests to make a duplicate call to the new NIO methods and push it will run again and we can see if this is some strange glitch in coveralls.
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services