Skip to content

Commit

Permalink
use codecov secret (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
dashpole committed Apr 16, 2024
1 parent b3c92fa commit 20e696f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,12 @@ jobs:
cp coverage.txt $TEST_RESULTS
cp coverage.html $TEST_RESULTS
- name: Upload coverage report
uses: codecov/codecov-action@v3.1.1
uses: codecov/codecov-action@v4.2.0
with:
file: ./coverage.txt
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
- name: Store coverage test output
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 20e696f

Please sign in to comment.