Skip to content

Commit

Permalink
coverage change
Browse files Browse the repository at this point in the history
  • Loading branch information
RagiGeorge committed Oct 25, 2023
1 parent 0b2762e commit d4f6cfa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,9 @@ commands:
name: Run SonarQube to report the coverage
command: |
pwd
ls
cd
. venv/bin/activate
ls -a /home/circleci/project/coverage_results
cp -R /home/circleci/project/coverage_results/ .
. venv/bin/activate
coverage combine .
coverage xml
wget -O /tmp/sonar-scanner-cli.zip https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-4.6.2.2472.zip
Expand Down

0 comments on commit d4f6cfa

Please sign in to comment.