We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f18c809 commit c351f99Copy full SHA for c351f99
.github/workflows/test.yml
@@ -37,4 +37,4 @@ jobs:
37
- name: Report coverage
38
run: |
39
coverage combine
40
- coverage report
+ coverage report --format=markdown | tee -a $GITHUB_STEP_SUMMARY
0 commit comments