Skip to content

Commit d53df30

Browse files
authored
Merge pull request #889 from aripollak/add-coverage-to-job-summary
Add coverage to Github Action summary
2 parents f18c809 + c351f99 commit d53df30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
- name: Report coverage
3838
run: |
3939
coverage combine
40-
coverage report
40+
coverage report --format=markdown | tee -a $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)