We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e681254 commit 307e744Copy full SHA for 307e744
.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