We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d690c commit 2f793c2Copy full SHA for 2f793c2
.github/workflows/contrib.yml
@@ -74,6 +74,7 @@ jobs:
74
- uses: codecov/codecov-action@v4
75
with:
76
file: coverage.xml
77
+ token: ${{ secrets.CODECOV_TOKEN }}
78
if: ${{ always() }}
79
- name: Upload pytest test results
80
uses: actions/upload-artifact@v3
.github/workflows/tests.yml
@@ -148,6 +148,7 @@ jobs:
148
149
150
151
152
153
154
0 commit comments