Skip to content

Commit 4ddfa76

Browse files
authored
Update tests.yml
1 parent 2fd3426 commit 4ddfa76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ jobs:
3333
- name: Test against installed code
3434
run: pytest -v --cov-report=xml --cov=starmatrix
3535
- uses: codecov/codecov-action@v4
36+
with:
37+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)