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 f2a4cbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,8 @@ style=flat
[gh_action_build]:https://github.com/Nike-Inc/backstopper/actions/workflows/build.yml
[gh_action_build_img]:https://github.com/Nike-Inc/backstopper/actions/workflows/build.yml/badge.svg

[codecov]:https://codecov.io/github/Nike-Inc/backstopper?branch=main
[codecov_img]:https://img.shields.io/codecov/c/github/Nike-Inc/backstopper/main.svg
[codecov]:https://codecov.io/github/Nike-Inc/backstopper
[codecov_img]:https://codecov.io/github/Nike-Inc/backstopper/branch/main/graph/badge.svg?token=zLHgFMsJpj

[license]:LICENSE.txt
[license img]:https://img.shields.io/badge/License-Apache%202-blue.svg

0 comments on commit f2a4cbe

Please sign in to comment.