Skip to content

Commit

Permalink
fix github action flow
Browse files Browse the repository at this point in the history
* upload action does not include hidden files per default

Signed-off-by: flashdagger <flashdagger@googlemail.com>
  • Loading branch information
flashdagger committed Nov 17, 2024
1 parent 151acd9 commit 8ba1912
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/core-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
with:
name: coverage-data-${{ matrix.python-version }}
if-no-files-found: warn
include-hidden-files: true
path: ./.coverage*
compression-level: 0 # no compression
retention-days: 1
Expand Down

0 comments on commit 8ba1912

Please sign in to comment.