Skip to content

Commit

Permalink
For #506. Show Gradle test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
binkley committed Jul 19, 2024
1 parent 89c7142 commit 66d4186
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-earthly-gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,9 @@ jobs:

- name: Execute run script
run: earthly --secret OWASP_NVD_API_KEY +run-with-gradle

- name: Save coverage report
uses: actions/upload-artifact@v4
with:
name: coverage-report
path: build/reports/test/jacoco

0 comments on commit 66d4186

Please sign in to comment.