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/26 15:36:26 UTC

[GitHub] [commons-codec] aherbert commented on issue #30: [CODEC-265] BaseNCodec to expand buffer using overflow conscious code.

aherbert commented on issue #30: [CODEC-265] BaseNCodec to expand buffer using overflow conscious code.
URL: https://github.com/apache/commons-codec/pull/30#issuecomment-558685776
 
 
   As expected the coverage drops a touch. There is 1 line of code not covered in method `BaseNCodec.createPositiveCapacity` where the minimum capacity is close to 2GB. This is because Travis is skipping the test as it does not have enough memory to run it. Locally running the test shows full coverage:
   
   ```
   mvn clean test -Dtest=BaseNCodecTest jacoco:report
   ```
   
   See `target/site/jacoco/index.html`
   

----------------------------------------------------------------
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