From 2785b97d24694fc58d9e1cfb320039ab4964905b Mon Sep 17 00:00:00 2001 From: caprexy Date: Wed, 11 Oct 2023 13:18:50 -0500 Subject: [PATCH] Update coverage.yml --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index e5b76e5..66e156d 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -27,7 +27,7 @@ jobs: uses: py-actions/py-dependency-install@v4 - name: Install everything, run the tests, produce the .coverage file - run: # This is the part where you put your own test command + run: | # This is the part where you put your own test command python -m coverage run -m unittest python -m coverage report