diff --git a/.github/workflows/bash.yml b/.github/workflows/bash.yml index eb34e3ad76d..9938c4c4ec1 100644 --- a/.github/workflows/bash.yml +++ b/.github/workflows/bash.yml @@ -89,3 +89,4 @@ jobs: with: name: 'cylc-run (bash-${{ matrix.bash-version }})' path: cylc-run + include-hidden-files: true diff --git a/.github/workflows/test_fast.yml b/.github/workflows/test_fast.yml index db1a7335553..b58bc50ed99 100644 --- a/.github/workflows/test_fast.yml +++ b/.github/workflows/test_fast.yml @@ -75,6 +75,7 @@ jobs: with: name: cylc-run (${{ matrix.os }} py-${{ matrix.python-version }}) path: ~/cylc-run/ + include-hidden-files: true - name: Coverage report run: | diff --git a/.github/workflows/test_functional.yml b/.github/workflows/test_functional.yml index 116620cdf35..f055353d904 100644 --- a/.github/workflows/test_functional.yml +++ b/.github/workflows/test_functional.yml @@ -282,6 +282,7 @@ jobs: with: name: cylc-run (${{ steps.uploadname.outputs.uploadname }}) path: ~/cylc-run/ + include-hidden-files: true - name: Fetch Remote Coverage if: env.REMOTE_PLATFORM == 'true' diff --git a/tox.ini b/tox.ini index 5e87dc7443c..d0b71cae20b 100644 --- a/tox.ini +++ b/tox.ini @@ -14,9 +14,6 @@ ignore= W504 ; "experimental" SIM9xx rules (flake8-simplify) SIM9 - ; suggests using f"{!r}" instead of manual quotes (flake8-bugbear) - ; Doesn't work at 3.7 - B028 per-file-ignores= ; TYPE_CHECKING block suggestions