From f5d8b8ec8132f667564532882a7db1e96628f077 Mon Sep 17 00:00:00 2001 From: Ragi George Date: Mon, 30 Oct 2023 23:04:58 +0530 Subject: [PATCH] code coverage --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ed3bd50e2..7eaf7d3e0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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