Skip to content

Commit

Permalink
include hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelkroeker committed Nov 14, 2024
1 parent 91fd5d1 commit fd9d917
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: coverage
path: "${{ github.workspace }}/.coverage"
retention-days: 1
include-hidden-files: false
if-no-files-found: error
path: ".coverage"

# JOB: Coverage Badge
cov-badge-job:
Expand Down

0 comments on commit fd9d917

Please sign in to comment.