Skip to content

Commit

Permalink
remove leading period for combine
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Jan 18, 2025
1 parent c085014 commit 06eacb3
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 @@ -256,7 +256,7 @@ jobs:

- name: Combine coverage
run: |
coverage combine coverage-files/.coverage.*
coverage combine coverage-files/coverage.*
coverage xml
- name: Upload Coverage
Expand Down

0 comments on commit 06eacb3

Please sign in to comment.