Skip to content

Commit

Permalink
ci: add codecov (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
GabDug authored Jul 11, 2024
1 parent 2324a57 commit 9741726
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@ jobs:
pdm run collectstatic
pdm run tests-cov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
flags: unittests

- name: Type check with mypy
run: |
pdm run lint-mypy
Expand Down

0 comments on commit 9741726

Please sign in to comment.