I am using jacoco gradle plugin and currently have a hard coded threshold as verification threshold. I want to set it up such that validation fails if the code coverage falls below master
branch after a user adds some additional changes. In other words, coverage should always increase from master and never go down. Is this possible?
Asked
Active
Viewed 92 times
0

java_doctor_101
- 3,287
- 4
- 46
- 78