Skip to content

Commit

Permalink
chore: Add the display of the coverage report in a GitHub job summary.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkapfham committed Jul 14, 2023
1 parent ce2582f commit 6f0a4bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,9 @@ jobs:
if: always()
run: |
poetry run task test-coverage-silent
# Display the Coverage Report
- name: Display Coverage
uses: orgoro/[email protected]
with:
coverageFile: ./coverage.xml
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6f0a4bd

Please sign in to comment.