Skip to content

Commit

Permalink
Combine coverage metrics in place instead of moving files
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp committed May 7, 2024
1 parent c7bb06f commit aefc3c5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,7 @@ jobs:

- name: Merge coverage files
run: |
ls -laR ./artifacts
mv ./artifacts/coverage-data*/.coverage* .
ls -la .coverage*
python -m coverage combine .coverage-*
python -m coverage combine ./artifacts/coverage-data*/.coverage-*
python -m coverage xml
ls -la .coverage*
Expand Down

0 comments on commit aefc3c5

Please sign in to comment.