You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a build pipeline
When each build completes with associated junit tests
Then I expect to see a jacoco code coverage report in the build/reports directory
So that I can eventually display this information on the github landing page
( Last step isn't necessarily required to complete this ticket, but would be nice. )
The text was updated successfully, but these errors were encountered:
Was working at some point, still has the jacoco plugin applied in our build.gradle, but it appears not to generate a report on each build. Step (1): test the jacocoTestReport task. Step (2): if it doesn't work, fix it, if it does, configure to run on each build.
Given a build pipeline
When each build completes with associated junit tests
Then I expect to see a jacoco code coverage report in the
build/reports
directorySo that I can eventually display this information on the github landing page
( Last step isn't necessarily required to complete this ticket, but would be nice. )
The text was updated successfully, but these errors were encountered: