Skip to content

Commit

Permalink
feat: Attempt a new approach to displaying the job summary in build.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkapfham committed Jul 14, 2023
1 parent 752ed4b commit 0624f0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,6 @@ jobs:
poetry run task test-coverage-silent > pytest-coverage.txt
# Display the Coverage Report
- name: Display Coverage
uses: coroo/[email protected]
if: always()
run: |
export GITHUB_JOB_SUMMARY="\`\`\`\n$(cat coverage.txt)\n\`\`\`"

0 comments on commit 0624f0e

Please sign in to comment.