Skip to content

Commit

Permalink
Fix codecov so it works again
Browse files Browse the repository at this point in the history
  • Loading branch information
nicmunroe committed Sep 8, 2024
1 parent 9d8d5a9 commit dbcfe48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ jobs:
- name: Build with Gradle
run: ./gradlew clean build
- name: Upload coverage report to CodeCov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
files: build/reports/jacoco/jacocoRootReport/jacocoRootReport.xml
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
- name: Upload reports and test results to GitHub
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit dbcfe48

Please sign in to comment.