Skip to content

Commit b33b197

Browse files
committed
Connect junit reports
1 parent 0cddce7 commit b33b197

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Upload coverage results
6363
uses: actions/upload-artifact@v6
6464
with:
65-
name: code-coverage-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.mark }}
65+
name: coverage-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.mark }}
6666
path: reports/*
6767
# https://github.com/actions/upload-artifact/issues/602
6868
include-hidden-files: true

0 commit comments

Comments
 (0)