Re: [BCEL] low test coverage

2022-11-08 Thread Gary D. Gregory
Hello All,

Recent PRs have brought up the coverage to 52% as you can see from the badge on 
https://github.com/apache/commons-bcel pointing to 
https://app.codecov.io/gh/apache/commons-bcel/tree/master 

Thank you to those who pitched in.

You can also run 'mvn clean package site' locally and look at the JaCoCo report 
in target/site/ in the report section of the site.

I think the component could benefit from more tests. If anyone has apps that 
use BCEL that have bits that can be turned into tests, that would give us more 
real-world test cases.

TY,
Gary

On 2022/10/27 11:22:13 Gary Gregory wrote:
> BCEL currently stands at 44% code coverage from tests, which needs
> improvement obviously. Any help would be appreciated.
> 
> Gary
> 

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



[BCEL] low test coverage

2022-10-27 Thread Gary Gregory
BCEL currently stands at 44% code coverage from tests, which needs
improvement obviously. Any help would be appreciated.

Gary