From 7420e9cb8513b767c178639706fe208b4629ea0b Mon Sep 17 00:00:00 2001 From: Matt Garber Date: Fri, 15 Sep 2023 13:50:26 -0400 Subject: [PATCH] testing --- .github/workflows/coverage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'