We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e52d864 commit 38e4d6bCopy full SHA for 38e4d6b
.circleci/config.yml
@@ -70,6 +70,7 @@ jobs:
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
76
0 commit comments