Skip to content

Commit

Permalink
ci: Disable SonarQube
Browse files Browse the repository at this point in the history
Signed-off-by: Paulo Vital <paulo.vital@ibm.com>
  • Loading branch information
pvital committed Sep 11, 2024
1 parent 53d459a commit 05ad7cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ commands:
-Dsonar.login="${SONARQUBE_LOGIN}" \
-Dsonar.branch.name="${CIRCLE_BRANCH}"
fi
store_artifacts:
path: htmlcov
- store_artifacts:
path: htmlcov

store-coverage-report:
steps:
Expand Down Expand Up @@ -337,7 +337,7 @@ jobs:
- pip-install-deps:
requirements: "tests/requirements.txt"
- store-pytest-results
- run_sonarqube
# - run_sonarqube

py39gevent_starlette:
docker:
Expand Down

0 comments on commit 05ad7cf

Please sign in to comment.