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 c9ee624 commit f670a46
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 @@ -66,7 +66,7 @@ commands:
coverage html
mkdir coverage_results
ls -A
cp -R .coverage coverage_results/.coverage-${CIRCLE_BUILD_NUM}
cp -R .coverage coverage_results/.coverage.${CIRCLE_BUILD_NUM}
cd coverage_results
ls -A
- persist_to_workspace:
Expand Down Expand Up @@ -96,7 +96,7 @@ commands:
cp -a . /home/circleci/project/
cd /home/circleci/project/
ls -a -ltr
coverage combine .coverage*
coverage combine
coverage xml -i
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
Expand Down

0 comments on commit f670a46

Please sign in to comment.