Skip to content

Commit

Permalink
chore: update codecov action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mattp0 authored Apr 19, 2024
1 parent a9a00d1 commit 25d3ae2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- run: py.test --cov=rain_api_core --cov-report=term-missing --cov-report=xml --cov-branch --doctest-modules rain_api_core tests

- name: Report coverage
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit 25d3ae2

Please sign in to comment.