Skip to content

Commit

Permalink
Add coverage to Github Action summary
Browse files Browse the repository at this point in the history
  • Loading branch information
aripollak committed Mar 9, 2024
1 parent f18c809 commit 66aa321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
TESTS_DEBUG: 1
- name: Run tests in pytests/
run: |
coverage run --source podman_compose -m unittest pytests/*.py
coverage run --source podman_compose -m unittest pytests/*.py | tee -a $GITHUB_STEP_SUMMARY
- name: Report coverage
run: |
coverage combine
Expand Down

0 comments on commit 66aa321

Please sign in to comment.