Skip to content

Commit 9f7576a

Browse files
committed
Update .circleci/config.yml with new sonarcloud orb
1 parent 143566b commit 9f7576a

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
version: 2.1
22
orbs:
3+
sonarcloud: sonarsource/sonarcloud@4.0
34
codecov: codecov/codecov@5.4.3
45
jobs:
56
build:
@@ -21,6 +22,8 @@ jobs:
2122
paths:
2223
- ~/.m2
2324
key: exomiser-{{ arch }}-{{ checksum "pom.xml" }}
25+
- sonarcloud/scan
26+
- codecov/upload
2427
# - run:
2528
# name: Analyze on SonarQube Cloud
2629
# command: ./mvnw org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=org.monarchinitiative.exomiser:exomiser
@@ -40,10 +43,6 @@ jobs:
4043
# - store_artifacts:
4144
# path: /tmp/circleci-test-results
4245
# - run: bash <(curl -s https://codecov.io/bash)
43-
- run:
44-
name: Run tests and collect coverage
45-
command: mvn -B test
46-
- codecov/upload
4746
workflows:
4847
version: 2
4948
build:

0 commit comments

Comments
 (0)