Skip to content

Commit

Permalink
fix(ci): update codecov action version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwang44 committed Apr 9, 2024
1 parent 9452855 commit e4af425
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,10 @@ jobs:
pytest -n 2 --cov=. --cov-report=term-missing --cov-report=xml
- name: Run Codecov action
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false
files: ./src/coverage.xml
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit e4af425

Please sign in to comment.