Skip to content

Commit

Permalink
Update codecov workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmaguire committed Jun 20, 2024
1 parent 762f645 commit 87c19ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
run: pytest

- name: Report coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: True
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 87c19ed

Please sign in to comment.