Skip to content

Commit

Permalink
Do not exclude hidden files
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Oct 16, 2024
1 parent 9a5769c commit 0ec4608
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: coverage-${{ matrix.continuum }}-continuum-${{ matrix.os }}
include-hidden-files: true
path: |
.coverage*
!.coveragerc
Expand All @@ -107,8 +108,6 @@ jobs:
uses: ./.github/actions/setup_env
with:
os-label: linux-64

- run: ls -la

# will download all artifacts(in this case all are coverage reports)
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit 0ec4608

Please sign in to comment.