Skip to content

Commit

Permalink
fix CI coverage file artificats
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Jan 8, 2025
1 parent 4f41718 commit 872dd45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ jobs:
- name: Get coverage files
uses: actions/download-artifact@v4
with:
pattern: *.coverage
pattern: *coverage
merge-multiple: true

- run: ls -la *.coverage
Expand Down

0 comments on commit 872dd45

Please sign in to comment.