Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Raise the bar on JaCoCo code coverage based on current values
Local run with bars set to 1.0: [INFO] --- jacoco:0.8.12:check (check) @ commons-net --- [INFO] Loading execution data file C:\Users\ggregory\git\a\commons-net\target\jacoco.exec [INFO] Analyzed bundle 'commons-net' with 202 classes [WARNING] Rule violated for bundle commons-net: classes covered ratio is 0.54, but expected minimum is 1.00 [WARNING] Rule violated for bundle commons-net: instructions covered ratio is 0.41, but expected minimum is 1.00 [WARNING] Rule violated for bundle commons-net: methods covered ratio is 0.43, but expected minimum is 1.00 [WARNING] Rule violated for bundle commons-net: branches covered ratio is 0.31, but expected minimum is 1.00 [WARNING] Rule violated for bundle commons-net: lines covered ratio is 0.38, but expected minimum is 1.00 [WARNING] Rule violated for bundle commons-net: complexity covered ratio is 0.32, but expected minimum is 1.00
- Loading branch information