Skip to content

Commit

Permalink
cicd: coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhuser committed Dec 5, 2024
1 parent 5195900 commit e3666eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uv run pytest tests/ -v --cov=src --cov-report=xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v6
uses: codecov/codecov-action@v5
with:
file: ./coverage.xml
fail_ci_if_error: true
Expand Down

0 comments on commit e3666eb

Please sign in to comment.