Skip to content

Commit 031a0cb

Browse files
committed
#32 commented codacy test coverage for python.
1 parent 38e4d6b commit 031a0cb

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.circleci/config.yml

+5-6
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,11 @@ jobs:
6767
coverage-3.6 xml
6868
python3 scripts/create_problems_list.py
6969
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
70+
# upload test coverage to codacy
71+
# - run:
72+
# command: |
73+
# export CODACY_PROJECT_TOKEN=%CODACY_PROJECT_TOKEN%
74+
# python3 -m python-codacy-coverage -r coverage.xml
7675

7776
workflows:
7877
version: 2

0 commit comments

Comments
 (0)