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 0cddce7 commit b33b197Copy full SHA for b33b197
1 file changed
.github/workflows/test.yml
@@ -62,7 +62,7 @@ jobs:
62
- name: Upload coverage results
63
uses: actions/upload-artifact@v6
64
with:
65
- name: code-coverage-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.mark }}
+ name: coverage-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.mark }}
66
path: reports/*
67
# https://github.com/actions/upload-artifact/issues/602
68
include-hidden-files: true
0 commit comments