We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a093d commit 092998fCopy full SHA for 092998f
.circleci/config.yml
@@ -93,9 +93,9 @@ commands:
93
- run:
94
name: Run SonarQube to report the coverage
95
command: |
96
+ python -m venv venv
97
. venv/bin/activate
- coverage combine ./coverage_results
98
- coverage xml -i
+ pip install --upgrade pip coverage
99
100
PR_NUMBER=$(echo ${CIRCLE_PULL_REQUEST} | sed 's/.*\///')
101
SONAR_SCANNER_VERSION=7.2.0.5079
0 commit comments