Java JaCoCo Coverage Backfill (Universal)
When to use
- User asks to add/fix Java tests.
- User asks to improve coverage.
- User asks for branch-gap based supplementary tests.
- Project is Maven or Gradle based.
Goals
- Use JaCoCo XML as the coverage source of truth.
- Track four coverage metrics consistently:
CLASS,METHOD,LINE,BRANCH. - Prioritize classes with worst
BRANCHcoverage for test backfill. - Raise branch quality without causing regression on other coverage dime
[Description truncada. Veja o README completo no GitHub.]