From 66aa321738384cdd1eab542bc907cda476225c15 Mon Sep 17 00:00:00 2001 From: Ari Pollak Date: Sat, 9 Mar 2024 17:01:31 -0500 Subject: [PATCH] Add coverage to Github Action summary --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a6b494a..fba00b0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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