Add coverage to Github Action summary
Signed-off-by: Ari Pollak <ajp@aripollak.com>
This commit is contained in:
parent
f18c8092cc
commit
c351f99da5
|
@ -37,4 +37,4 @@ jobs:
|
||||||
- name: Report coverage
|
- name: Report coverage
|
||||||
run: |
|
run: |
|
||||||
coverage combine
|
coverage combine
|
||||||
coverage report
|
coverage report --format=markdown | tee -a $GITHUB_STEP_SUMMARY
|
||||||
|
|
Loading…
Reference in New Issue