Skip to content

Commit

Permalink
trying to get a nicer report out of coverage action
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzoic committed Nov 8, 2023
1 parent de14064 commit ebe38c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: test coverage report
path: htmlcov/index.html
path: htmlcov/*
- run: echo '### Coverage Report' >> $GITHUB_STEP_SUMMARY
- run: coverage report --format=markdown >> $GITHUB_STEP_SUMMARY

# run-tests-ubuntu-22_04-python-3_11_0rc2:
# runs-on: ubuntu-22.04
Expand Down

0 comments on commit ebe38c1

Please sign in to comment.