Skip to content

Commit

Permalink
disable codacy coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
KimNikita authored and vasily-v-ryabov committed Dec 13, 2021
1 parent 39dd0c9 commit 7235e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ after_test:
# Generate coverage report on codecov.io (token is not required for AppVeyor)
- codecov
- coverage xml
- python-codacy-coverage -d %APPVEYOR_BUILD_FOLDER% -c %APPVEYOR_REPO_COMMIT% -r coverage.xml
#- python-codacy-coverage -d %APPVEYOR_BUILD_FOLDER% -c %APPVEYOR_REPO_COMMIT% -r coverage.xml

artifacts:
# Archive the generated coverage report in the ci.appveyor.com build report.
Expand Down

0 comments on commit 7235e6f

Please sign in to comment.