Skip to content

Commit

Permalink
Upload results to Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
amsehili committed Oct 31, 2024
1 parent 07d8a60 commit 94a2038
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,8 @@ jobs:

- name: Run tests
run: pytest -s -p no:warnings --cov --cov-report=xml tests

- name: Upload results to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 94a2038

Please sign in to comment.