Skip to content

Commit

Permalink
Update CI: Add codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-basevi committed May 21, 2024
1 parent 8d0e291 commit cc4e3b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
run: python3 -m pytest -s

- name: Upload code coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c #v4.4.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml

0 comments on commit cc4e3b8

Please sign in to comment.