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 fba02a5 commit 4cd925fCopy full SHA for 4cd925f
.github/workflows/tox.yml
@@ -230,7 +230,7 @@ jobs:
230
with:
231
token: ${{ secrets.CODECOV_TOKEN }}
232
233
- - name: Upload coverage data
+ - name: Upload coverage data to GitHub
234
if: ${{ (success() || failure()) && contains(matrix.coverage, 'github') && matrix.pytest == 'true' }}
235
uses: actions/upload-artifact@v4
236
0 commit comments