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 08a35ed commit b3d576bCopy full SHA for b3d576b
.github/workflows/tests.yaml
@@ -43,7 +43,7 @@ jobs:
43
uses: actions/upload-artifact@v4
44
with:
45
name: logs-${{ matrix.os }}
46
- path: ${{ runner.temp }}/*.coverage.*
+ path: ${{ runner.temp }}/.coverage.*
47
retention-days: 1
48
49
post-unit-coverage:
0 commit comments