Skip to content

Commit

Permalink
Add Codecov token to build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
curtislb committed May 9, 2024
1 parent a6fd523 commit 940e41a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
run: ./gradlew build koverXmlReport --rerun-tasks

- name: Upload Codecov report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4.2.0
with:
files: ./build/reports/kover/report.xml
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 940e41a

Please sign in to comment.