@@ -107,6 +107,7 @@ jobs:
107107 shell : bash
108108 - uses : actions/upload-artifact@v3
109109 with :
110+ include-hidden-files : true
110111 name : ${{ matrix.os.id }}_py${{ matrix.python-version }}
111112 path : dist/
112113
@@ -166,6 +167,7 @@ jobs:
166167 shell : bash
167168 - uses : actions/upload-artifact@v3
168169 with :
170+ include-hidden-files : true
169171 name : coverage_${{ matrix.os.download_name }}-${{ matrix.python-version }}-${{ matrix.cloud-provider }}
170172 path : |
171173 .tox/.coverage
@@ -277,6 +279,7 @@ jobs:
277279 shell : bash
278280 - uses : actions/upload-artifact@v3
279281 with :
282+ include-hidden-files : true
280283 name : coverage_linux-fips-3.8-${{ matrix.cloud-provider }}
281284 path : |
282285 .coverage
@@ -323,6 +326,7 @@ jobs:
323326 shell : bash
324327 - uses : actions/upload-artifact@v3
325328 with :
329+ include-hidden-files : true
326330 name : coverage_linux-lambda-${{ matrix.python-version }}-${{ matrix.cloud-provider }}
327331 path : |
328332 .coverage.py${{ env.shortver }}-lambda-ci
@@ -366,11 +370,13 @@ jobs:
366370 - name : Publish html coverage
367371 uses : actions/upload-artifact@v3
368372 with :
373+ include-hidden-files : true
369374 name : overall_cov_html
370375 path : .tox/htmlcov
371376 - name : Publish xml coverage
372377 uses : actions/upload-artifact@v3
373378 with :
379+ include-hidden-files : true
374380 name : overall_cov_xml
375381 path : .tox/coverage.xml
376382 - uses : codecov/codecov-action@v3
0 commit comments