Skip to content

Commit 70aef01

Browse files
committed
ci: update pyhton dep Installation
Signed-off-by: Arjun Rajappa <Arjun.Rajappa@ibm.com>
1 parent d6e5221 commit 70aef01

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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)