Skip to content

Commit

Permalink
removing coverage combine debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbuckley committed Nov 9, 2024
1 parent de648e3 commit 23a242b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/check_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,9 @@ jobs:

- name: Combine coverage reports
run: |
ls -l coverage_artifacts
echo "installing coverage ..."
pip install coverage
echo "going to coverage_artifacts ..."
cd coverage_artifacts
echo "combining coverage ..."
coverage combine coverage-*.dat
echo "generating coverage xml report ..."
coverage xml -o combined_coverage.xml
- name: Upload combined coverage to Codecov
Expand Down

0 comments on commit 23a242b

Please sign in to comment.