Skip to content

Commit 092998f

Browse files
arjun-rajappapvital
authored andcommitted
ci: update pyhton dep Installation
Signed-off-by: Arjun Rajappa <[email protected]>
1 parent d0a093d commit 092998f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ commands:
9393
- run:
9494
name: Run SonarQube to report the coverage
9595
command: |
96+
python -m venv venv
9697
. venv/bin/activate
97-
coverage combine ./coverage_results
98-
coverage xml -i
98+
pip install --upgrade pip coverage
9999
100100
PR_NUMBER=$(echo ${CIRCLE_PULL_REQUEST} | sed 's/.*\///')
101101
SONAR_SCANNER_VERSION=7.2.0.5079

0 commit comments

Comments
 (0)