We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd3426 commit 4ddfa76Copy full SHA for 4ddfa76
.github/workflows/tests.yml
@@ -33,3 +33,5 @@ jobs:
33
- name: Test against installed code
34
run: pytest -v --cov-report=xml --cov=starmatrix
35
- uses: codecov/codecov-action@v4
36
+ with:
37
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments