Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
icfaust authored Dec 11, 2024
1 parent ba67917 commit 58cfbd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,11 @@ jobs:
path: coverage
github-token: ${{ github.token }}
run-id: ${{ steps.get-run-id.outputs.run-id }}
merge-multiple: true
- name: Upload coverage reports to Codecov
run: |
ls -lha
ls -lha coverage
python -m pip install coverage codecov-cli
find ./coverage -print0 | xargs -0 coverage combine
coverage combine ./coverage
coverage xml

0 comments on commit 58cfbd8

Please sign in to comment.