We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38e4d6b commit 031a0cbCopy full SHA for 031a0cb
.circleci/config.yml
@@ -67,12 +67,11 @@ jobs:
67
coverage-3.6 xml
68
python3 scripts/create_problems_list.py
69
70
- # upload test coverage to codacy
71
- - run:
72
- command: |
73
- python3 -m pip install -r requirements.txt
74
- export CODACY_PROJECT_TOKEN=%CODACY_PROJECT_TOKEN%
75
- python3 -m python-codacy-coverage -r coverage.xml
+ # upload test coverage to codacy
+ # - run:
+ # command: |
+ # export CODACY_PROJECT_TOKEN=%CODACY_PROJECT_TOKEN%
+ # python3 -m python-codacy-coverage -r coverage.xml
76
77
workflows:
78
version: 2
0 commit comments