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 ca1220b commit 162d6a7
Show file tree
Hide file tree
Showing 2 changed files with 5 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 }}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ lib
lib64
include

# Python venv
venv/

# Installer logs
pip-log.txt
pip-selfcheck.json
Expand Down

0 comments on commit 162d6a7

Please sign in to comment.