Skip to content

Commit c351f99

Browse files
committed
Add coverage to Github Action summary
Signed-off-by: Ari Pollak <ajp@aripollak.com>
1 parent f18c809 commit c351f99

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)