We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3786999 commit d1a5a12Copy full SHA for d1a5a12
.github/workflows/ci.yml
@@ -117,6 +117,7 @@ jobs:
117
uses: codecov/codecov-action@v3
118
119
- name: "Send code coverage report to Codacy"
120
+ if: runner.os != 'Windows' # see https://github.com/codacy/codacy-coverage-reporter-action/issues/72
121
uses: codacy/codacy-coverage-reporter-action@v1
122
with:
123
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
0 commit comments