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 0e33c97 commit 9dfb797Copy full SHA for 9dfb797
.github/workflows/testing.yaml
@@ -66,6 +66,7 @@ jobs:
66
- name: artifact mac test
67
uses: actions/upload-artifact@v4
68
if: always()
69
+ include-hidden-files: true
70
with:
71
name: macos-12-coverage
72
path: |
@@ -125,6 +126,7 @@ jobs:
125
126
- name: artifact windows test
127
128
129
130
131
name: win-coverage
132
@@ -219,6 +221,7 @@ jobs:
219
221
- name: artifact linux test
220
222
223
224
225
226
name: linux-coverage-${{ matrix.python }}
227
0 commit comments