Skip to content

Commit

Permalink
coverage test
Browse files Browse the repository at this point in the history
  • Loading branch information
RagiGeorge committed Oct 30, 2023
1 parent d171684 commit 5e08958
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ commands:
cd /home/circleci/project/
ls -a -ltr
coverage combine
coverage xml
echo "started coverage xml"
coverage xml
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
unzip -d /tmp /tmp/sonar-scanner-cli.zip
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sonar.projectKey=Python-Tracer
sonar.projectName=Python Tracer
sonar.sourceEncoding=utf-8
sonar.sources=./instana
sonar.sources=instana
sonar.exclusions=tests/**/*, example/**/*
sonar.test.inclusions=tests/**/*
sonar.python.coverage.reportPaths=coverage.xml
Expand Down

0 comments on commit 5e08958

Please sign in to comment.