Merge pull request #889 from aripollak/add-coverage-to-job-summary

Add coverage to Github Action summary
This commit is contained in:
Povilas Kanapickas 2024-03-10 00:20:50 +02:00 committed by GitHub
commit d53df307f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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