Skip to content

Commit 94cf7e1

Browse files
committedFeb 6, 2018
#32 commented codacy test coverage for python.
1 parent 307e744 commit 94cf7e1

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed
 

Diff for: ‎.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)
Please sign in to comment.