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 15e423a commit 385526e
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,17 +90,13 @@ commands:
- run:
name: Run SonarQube to report the coverage
command: |
echo "Files under coverage_results"
ls -a /home/circleci/project/coverage_results
cd /home/circleci/project/coverage_results
cp * /home/circleci/project
ls -a
pwd
cd /home/circleci/project
pwd
ls -a
. venv/bin/activate
# cp /home/circleci/project/coverage_results/* /home/circleci/project/
ls -a /home/circleci/project/coverage_results
cd /home/circleci/project/coverage_results
ls -a
cp * /home/circleci/project/
ls -a
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 385526e

Please sign in to comment.