diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 99c1ddb..4d989a8 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -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