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 cb2058d commit 73688e0Copy full SHA for 73688e0
.github/workflows/ci.yaml
@@ -129,6 +129,7 @@ jobs:
129
with:
130
name: coverage-linux-${{ matrix.python-version }}
131
path: .coverage
132
+ include-hidden-files: true
133
134
tests-windows:
135
name: tests / run / ${{ matrix.python-version }} / Windows
@@ -183,6 +184,7 @@ jobs:
183
184
185
name: coverage-windows-${{ matrix.python-version }}
186
187
188
189
tests-pypy:
190
name: tests / run / ${{ matrix.python-version }} / Linux
@@ -233,6 +235,7 @@ jobs:
233
235
234
236
name: coverage-pypy-${{ matrix.python-version }}
237
238
239
240
coverage:
241
name: tests / process / coverage
0 commit comments