Skip to content

Commit

Permalink
rearrange command
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed May 5, 2024
1 parent 19bed96 commit ddaa0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
echo " src/$REPO_NAME" >> ci_coveragerc
echo " */$REPO_NAME" >> ci_coveragerc
cat ci_coveragerc
python -Im coverage combine covreports --rcfile=ci_coveragerc
python -Im coverage combine --rcfile=ci_coveragerc covreports
python -Im coverage xml -o coverage.xml
python -Im coverage report
python -Im coverage report --format=markdown >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit ddaa0b9

Please sign in to comment.