Add coverage to Github Action summary

Signed-off-by: Ari Pollak <ajp@aripollak.com>
This commit is contained in:
Ari Pollak 2024-03-09 17:01:31 -05:00
parent f18c8092cc
commit c351f99da5

View File

@ -37,4 +37,4 @@ jobs:
- name: Report coverage
run: |
coverage combine
coverage report
coverage report --format=markdown | tee -a $GITHUB_STEP_SUMMARY