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 758a58d commit d86a14bCopy full SHA for d86a14b
.github/workflows/tox.yml
@@ -242,7 +242,7 @@ jobs:
242
uses: actions/upload-artifact@v4
243
with:
244
name: .coverage.${{ github.sha }}-${{ runner.os }}-${{ runner.arch }}-${{ matrix.toxenv }}
245
- path: "**/.coverage"
+ path: "${{ github.workspace }}/**/.coverage"
246
247
report_overall_test_coverage:
248
needs: [ tox ]
0 commit comments