diff --git a/.github/workflows/autotest.yml b/.github/workflows/autotest.yml index 14c6142..330b9bf 100644 --- a/.github/workflows/autotest.yml +++ b/.github/workflows/autotest.yml @@ -37,9 +37,9 @@ jobs: ./cc-test-reporter before-build - name: Run tests run: | - RESULT=coverage run --source=. -m pytest tests -v + RESULT=coverage3 run --source=. -m pytest tests -v - name: Report coverage uses: paambaati/codeclimate-action@v3.0.0 with: - coverageCommand: coverage xml + coverageCommand: coverage3 xml debug: true