From d1d07fc96d42a5c7a065bbda6e5f7b121019add1 Mon Sep 17 00:00:00 2001 From: smiley Date: Tue, 1 Aug 2023 16:56:55 +0200 Subject: [PATCH] :wrench: checking codacy again (https://github.com/codacy/codacy-coverage-reporter-action/issues/72) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}