diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e40b5e66..1dbe5536 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,7 +115,6 @@ jobs: files: .build/coverage/clover.xml - name: "Send code coverage report to Codacy" -# if: runner.os != 'Windows' uses: codacy/codacy-coverage-reporter-action@v1 with: project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}