Skip to content

Commit 758a58d

Browse files
Cadairzacharyburnett
authored andcommitted
Update .github/workflows/tox.yml
1 parent 77e673a commit 758a58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ jobs:
242242
uses: actions/upload-artifact@v4
243243
with:
244244
name: .coverage.${{ github.sha }}-${{ runner.os }}-${{ runner.arch }}-${{ matrix.toxenv }}
245-
path: **/.coverage
245+
path: "**/.coverage"
246246

247247
report_overall_test_coverage:
248248
needs: [ tox ]

0 commit comments

Comments
 (0)