diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index a40ea69..6396830 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -12,4 +12,4 @@ jobs: - name: Code coverage-reporter uses: tj-actions/coverage-reporter@v5.1 with: - coverage-command: 'python -m coverage report' + coverage-command: 'coverage report'