diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index a524773..7704566 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -39,7 +39,6 @@ jobs: - name: Check with pre-commit run: | - SKIP=hadolint pre-commit SKIP=hadolint pre-commit run --all-files - name: Run tests and coverage @@ -52,6 +51,6 @@ jobs: uses: codecov/codecov-action@v5 with: token: ${{ secrets.BATBOT_CODECOV_TOKEN }} - files: ./coverage/coverage.xml + files: ./coverage.xml env_vars: OS,PYTHON fail_ci_if_error: true