Skip to content

Commit ad0fb4b

Browse files
arjun-rajappapvital
authored andcommitted
ci: remove unwanted steps from final job
Signed-off-by: Arjun Rajappa <[email protected]>
1 parent 9eea82b commit ad0fb4b

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,10 @@ commands:
9393
- run:
9494
name: Run SonarQube to report the coverage
9595
command: |
96+
python -m venv venv
9697
. venv/bin/activate
98+
99+
pip install --upgrade pip coverage
97100
coverage combine ./coverage_results
98101
coverage xml -i
99102
@@ -293,9 +296,6 @@ jobs:
293296
steps:
294297
- checkout
295298
- check-if-tests-needed
296-
- pip-install-deps
297-
- pip-install-tests-deps
298-
- store-pytest-results
299299
- run_sonarqube
300300

301301
workflows:

sonar-project.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ sonar.organization=instana
33
sonar.projectName=python-sensor
44
sonar.sourceEncoding=utf-8
55
sonar.sources=src/instana/
6-
sonar.tests=tests/
7-
sonar.test.inclusions=test/**/*
86
sonar.python.coverage.reportPaths=coverage.xml
97
sonar.python.version=3
108
sonar.links.homepage=https://github.com/instana/python-sensor/

0 commit comments

Comments
 (0)