Skip to content

Commit

Permalink
ci: explicitly upload hidden files for coverage
Browse files Browse the repository at this point in the history
Due to breaking change in upload-artifact action:
actions/upload-artifact#602
  • Loading branch information
eginhard committed Sep 12, 2024
1 parent d2e4062 commit 3f38e1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Upload coverage data
uses: actions/upload-artifact@v4
with:
include-hidden-files: true
name: coverage-data-${{ matrix.python-version }}-${{ matrix.uv-resolution }}
path: .coverage.*
if-no-files-found: ignore
Expand Down

0 comments on commit 3f38e1c

Please sign in to comment.