Skip to content

Commit d0e3929

Browse files
rd4398claude
andcommitted
Fix coverage artifact upload for hidden files
Add include-hidden-files parameter to coverage artifact upload since .coverage.* files are hidden and not included by default in actions/upload-artifact@v4. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> Signed-off-by: Rohan Devasthale <rdevasth@redhat.com>
1 parent 2f91772 commit d0e3929

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
with:
5050
name: coverage-${{ matrix.python }}
5151
path: .coverage.*
52+
include-hidden-files: true
5253
if-no-files-found: ignore
5354

5455
ruff:

0 commit comments

Comments
 (0)