Skip to content

Commit 7dde31b

Browse files
Resul AvanResul Avan
Resul Avan
authored and
Resul Avan
committed
sonarcloud integration
1 parent 79f01e1 commit 7dde31b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

+6
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,17 @@ jobs:
5151
curl "$WEBSITE_URL"
5252
curl "$WEBSITE_URL/api/healthy"
5353
curl "$WEBSITE_URL/sitemap.xml"
54+
- sonarcloud/scan
55+
56+
orbs:
57+
sonarcloud: sonarsource/[email protected]
5458

5559
workflows:
5660
version: 2
5761
build-and-deploy:
5862
jobs:
63+
- build:
64+
context: SonarCloud
5965
- deploy_master:
6066
filters:
6167
branches:

0 commit comments

Comments
 (0)