Skip to content

Commit d1a5a12

Browse files
committed
:octocat: disable codacy on windows
1 parent 3786999 commit d1a5a12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117
uses: codecov/codecov-action@v3
118118

119119
- name: "Send code coverage report to Codacy"
120+
if: runner.os != 'Windows' # see https://github.com/codacy/codacy-coverage-reporter-action/issues/72
120121
uses: codacy/codacy-coverage-reporter-action@v1
121122
with:
122123
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}

0 commit comments

Comments
 (0)