We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c144ab8 commit a7178f9Copy full SHA for a7178f9
.github/workflows/cygwin.yml
@@ -248,3 +248,5 @@ jobs:
248
249
- name: Upload code coverage
250
uses: codecov/codecov-action@v4
251
+ with:
252
+ token: ${{ secrets.CODECOV_TOKEN }}
.github/workflows/tests.yml
@@ -340,6 +340,7 @@ jobs:
340
341
with:
342
name: "${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.name-suffix }}"
343
344
345
- uses: actions/upload-artifact@v4
346
if: failure()
0 commit comments