diff --git a/.github/workflows/run-coverage.yml b/.github/workflows/run-coverage.yml index fc53610c7..7b13dde8e 100644 --- a/.github/workflows/run-coverage.yml +++ b/.github/workflows/run-coverage.yml @@ -56,5 +56,4 @@ jobs: - name: Run and report code coverage run: | - coverage run -m pytest - coverage report -m \ No newline at end of file + pytest --cov \ No newline at end of file