Skip to content

Commit

Permalink
Upgrade codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
willgearty committed Oct 25, 2023
1 parent cd1a74d commit fad15ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
run: deploy/travis/script
- name: Upload Coverage to Codecov
if: ${{ matrix.travis_job == 'test' }}
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit fad15ee

Please sign in to comment.