Skip to content

Commit

Permalink
add Codecov setting
Browse files Browse the repository at this point in the history
  • Loading branch information
snuffkin committed Dec 3, 2024
1 parent f60afdc commit ffa00c4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@ jobs:

- name: Run tests
run: uv run pytest

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with:
files: ./coverage.xml

0 comments on commit ffa00c4

Please sign in to comment.