Skip to content

Commit cf8c92a

Browse files
committed
fix coverage file names
1 parent f9f4e7f commit cf8c92a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Upload coverage results
6969
uses: actions/upload-artifact@v4
7070
with:
71-
name: coverage-artifact-${{ matrix.python }}
71+
name: coverage-artifact-${{ matrix.option }}-${{ matrix.python }}
7272
path: .coverage${{ matrix.option }}-${{ matrix.python }}
7373
include-hidden-files: true
7474

0 commit comments

Comments
 (0)