File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,10 @@ commands:
93
93
- run :
94
94
name : Run SonarQube to report the coverage
95
95
command : |
96
+ python -m venv venv
96
97
. venv/bin/activate
98
+
99
+ pip install --upgrade pip coverage
97
100
coverage combine ./coverage_results
98
101
coverage xml -i
99
102
@@ -295,9 +298,6 @@ jobs:
295
298
steps :
296
299
- checkout
297
300
- check-if-tests-needed
298
- - pip-install-deps
299
- - pip-install-tests-deps
300
- - store-pytest-results
301
301
- run_sonarqube
302
302
303
303
workflows :
Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ sonar.organization=instana
3
3
sonar.projectName =python-sensor
4
4
sonar.sourceEncoding =utf-8
5
5
sonar.sources =src/instana/
6
- sonar.tests =tests/
7
- sonar.test.inclusions =test/**/*
8
6
sonar.python.coverage.reportPaths =coverage.xml
9
7
sonar.python.version =3
10
8
sonar.links.homepage =https://github.com/instana/python-sensor/
You can’t perform that action at this time.
0 commit comments