Skip to content

Commit 1860513

Browse files
committed
Fix code coverage upload name
1 parent a2a7716 commit 1860513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ jobs:
4141
- name: Archive code coverage results
4242
uses: actions/upload-artifact@v4
4343
with:
44-
name: code-coverage-report
44+
name: "code-coverage-report-${{ matrix.python-version }}"
4545
path: cover/

0 commit comments

Comments
 (0)