Skip to content

Commit

Permalink
always report coverage diff (Chia-Network#15354)
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky authored May 23, 2023
1 parent d1e10ea commit 6e92b06
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@ jobs:
run: |
set -o pipefail
diff-cover --compare-branch=${{ env.compare-branch }} --fail-under=100 --html-report=coverage-reports/diff-cover.html --markdown-report=coverage-reports/diff-cover.md coverage-reports/coverage.xml | tee coverage-reports/diff-cover-stdout
- name: Add diff coverage report to workflow summary
if: always()
run: |
cat coverage-reports/diff-cover.md >> $GITHUB_STEP_SUMMARY
- name: Publish coverage reports
Expand Down

0 comments on commit 6e92b06

Please sign in to comment.