Skip to content

Commit

Permalink
Merge branch 'codecov_update' into 366_chrono_bump_fix_deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
bconn98 committed Jul 13, 2024
2 parents f6bc1da + cf7f162 commit ef197e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
USER: "test-user"

- name: Upload to codecov.io
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit ef197e5

Please sign in to comment.