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 f9f4e7f commit cf8c92aCopy full SHA for cf8c92a
.github/workflows/unittest.yml
@@ -68,7 +68,7 @@ jobs:
68
- name: Upload coverage results
69
uses: actions/upload-artifact@v4
70
with:
71
- name: coverage-artifact-${{ matrix.python }}
+ name: coverage-artifact-${{ matrix.option }}-${{ matrix.python }}
72
path: .coverage${{ matrix.option }}-${{ matrix.python }}
73
include-hidden-files: true
74
0 commit comments