Skip to content

Commit c4233b1

Browse files
[async] Applied #2569 to async code
1 parent 63e7d41 commit c4233b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,9 @@ jobs:
528528
run: python -m tox run -e coverage --skip-missing-interpreters false
529529
shell: bash
530530
- uses: actions/upload-artifact@v4
531+
if: always()
531532
with:
533+
include-hidden-files: true
532534
name: coverage_aio_${{ matrix.os.download_name }}-${{ matrix.python-version }}-${{ matrix.cloud-provider }}
533535
path: |
534536
.tox/.coverage

0 commit comments

Comments
 (0)