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 550a962 commit b2cfc95Copy full SHA for b2cfc95
.github/workflows/ci.yml
@@ -53,8 +53,8 @@ jobs:
53
- name: Store coverage file
54
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
55
with:
56
- name: coverage.${{ matrix.os }}.${{ matrix.py }}
57
- path: coverage.${{ matrix.os }}.${{ matrix.py }}
+ name: "coverage.${{ matrix.os }}.${{ matrix.py }}.${{matrix.async}}"
+ path: "coverage.${{ matrix.os }}.${{ matrix.py }}.${{matrix.async}}"
58
if-no-files-found: error
59
60
coverage:
0 commit comments