Skip to content

Commit 321c8f3

Browse files
committed
ci: remove unwanted steps from final job
Signed-off-by: Arjun Rajappa <[email protected]>
1 parent 999156f commit 321c8f3

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ commands:
9494
name: Run SonarQube to report the coverage
9595
command: |
9696
. venv/bin/activate
97+
98+
pip install --upgrade pip coverage
9799
coverage combine ./coverage_results
98100
coverage xml -i
99101
@@ -295,9 +297,6 @@ jobs:
295297
steps:
296298
- checkout
297299
- check-if-tests-needed
298-
- pip-install-deps
299-
- pip-install-tests-deps
300-
- store-pytest-results
301300
- run_sonarqube
302301

303302
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)