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