Skip to content

Commit

Permalink
fixed path to upload reports
Browse files Browse the repository at this point in the history
  • Loading branch information
davidparry committed Sep 7, 2024
1 parent f0fb937 commit b77dc68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: test-results
path: cover-agent-plugin/build/test-results/test
path: cover-agent-plugin/build/reports

- name: Upload Code Coverage Report
if: always()
uses: actions/upload-artifact@v3
with:
name: code-coverage-report
path: cover-agent-plugin/build/reports/jacoco/test/html
path: build

0 comments on commit b77dc68

Please sign in to comment.