diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6e4a27d4..75997ac4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -59,13 +59,6 @@ jobs: parallel: true files: lcov.info - - name: Upload coverage reports to Codacy - uses: codacy/codacy-coverage-reporter-action@v1 - if: matrix.coverage && github.ref == 'refs/heads/main' - with: - project-token: ${{ secrets.CODACY_PROJECT_TOKEN }} # Not accessible from PR - coverage-reports: coverage.xml - end-coveralls: needs: [tests] if: ${{ always() }} diff --git a/.github/workflows/tests_windows.yml b/.github/workflows/tests_windows.yml index 9729e45d..46c7d5ff 100644 --- a/.github/workflows/tests_windows.yml +++ b/.github/workflows/tests_windows.yml @@ -34,4 +34,4 @@ jobs: - name: Test with pytest run: | - coverage run -m pytest + pytest