Skip to content

Commit

Permalink
Merge pull request #436 from afuetterer/429-coverage-comment
Browse files Browse the repository at this point in the history
ci: add header to code coverage report
  • Loading branch information
huberrob authored Oct 13, 2023
2 parents ef2147f + 2e068f9 commit 87fd7d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,11 @@ jobs:
format: markdown
hide_complexity: true
output: both
- name: Add header to code coverage report
run: |
sed -i '1s/^/## :clipboard: Code Coverage\n/' code-coverage-results.md
- name: Write to Job Summary
run: |
echo "## :clipboard: Code Coverage" >> $GITHUB_STEP_SUMMARY
cat code-coverage-results.md >> $GITHUB_STEP_SUMMARY
- name: Get Pull Request number
run: |
Expand Down

0 comments on commit 87fd7d0

Please sign in to comment.