Skip to content

Commit

Permalink
Fix codecov upload in CI (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs authored Aug 7, 2024
1 parent b72dbdb commit 0d05468
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@ jobs:
run: pytest --cov=qtoolkit --cov-report=xml

- name: Upload coverage to Codecov
if: matrix.python-version == '3.11'
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: matgenix/qtoolkit

docs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0d05468

Please sign in to comment.