Skip to content

Commit

Permalink
code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
RagiGeorge committed Oct 26, 2023
1 parent d80f843 commit eb2f34c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ commands:
cd /home/circleci/project/coverage_results
cp -a . /home/circleci/project/
cd /home/circleci/project/
ls -a
ls -a -ltr
coverage combine .coverage*
coverage xml -i
ls -a
ls -a -ltr
wget -O /tmp/sonar-scanner-cli.zip https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-4.6.2.2472.zip
unzip -d /tmp /tmp/sonar-scanner-cli.zip
if [[ -n "${CIRCLE_PR_NUMBER}" ]]; then
Expand Down

0 comments on commit eb2f34c

Please sign in to comment.