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 58cfbd8 commit 99cb4d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ jobs:
github-token: ${{ github.token }}
run-id: ${{ steps.get-run-id.outputs.run-id }}
merge-multiple: true
- name: Upload coverage reports to Codecov
- name: Install dependencies
run: |
ls -lha
ls -lha coverage
python -m pip install coverage codecov-cli
- name: Combine, convert and upload
coverage combine ./coverage
coverage xml
ls -lha

0 comments on commit 99cb4d4

Please sign in to comment.