aherbert commented on PR #331:
URL: 
https://github.com/apache/commons-collections/pull/331#issuecomment-1231755539

   @Claudenw The CI build failed on coverage. Some of this is not related to 
your changes. However these methods have limited coverage, see the [Codecov 
report](https://app.codecov.io/gh/apache/commons-collections/compare/331/tree/src/main/java/org/apache/commons/collections4/bloomfilter):
   
   ```
   CountingBloomFilter
   
   // Not covering catching the IndexOutOfBoundException
   default boolean remove(final IndexProducer indexProducer) {
   
   // Never called
   default boolean remove(final BitMapProducer bitMapProducer)
   
   
   SimpleBloomFilter
   
   // Does not trigger the condition 'if (idxLimit < idx[0])'
   public boolean merge(BitMapProducer bitMapProducer) {
   ```
   
   I am not sure if these are new coverage changes due to the reorganisation of 
the tests. Perhaps some methods are no longer being called.
   
   
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to