Skip to content

Commit

Permalink
code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
RagiGeorge committed Oct 30, 2023
1 parent 0404793 commit f5d8b8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,10 @@ commands:
cd /home/circleci/project/
ls -a -ltr
coverage combine
echo "started coverage html"
covergae html
echo "started coverage xml"
coverage xml
coverage xml -i
echo "end coverage xml"
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 f5d8b8e

Please sign in to comment.