From 7e9b99742edd425ef97e4d005d637651bb03a82e Mon Sep 17 00:00:00 2001 From: Mews <60406199+Mews@users.noreply.github.com> Date: Wed, 12 Jun 2024 10:05:52 +0100 Subject: [PATCH] Fix coverage command --- .github/workflows/run_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index c2dd038..c50eabf 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -34,7 +34,7 @@ jobs: - name: Run tests run: | - coverage run pytest -v tests + coverage run -m pytest -v tests - name: Coverage comment id: coverage_comment