Skip to content

Commit d66075b

Browse files
committed
a little tests
1 parent abd2ec6 commit d66075b

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

.github/workflows/sonarqube.yml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,29 +34,16 @@ jobs:
3434
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
3535
restore-keys: ${{ runner.os }}-gradle
3636

37-
3837
- name: Generate and submit dependency graph
3938
uses: gradle/actions/dependency-submission@v3
4039
with:
4140
build-scan-publish: true
4241
build-scan-terms-of-use-url: "https://gradle.com/terms-of-service"
43-
build-scan-terms-of-use-agree: "yes"
44-
42+
build-scan-terms-of-use-agree: "yes"
43+
4544
- name: Build and analyze
4645
env:
4746
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
4847
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4948
GRADLE_OPTS: "-Xmx6g -XX:MaxMetaspaceSize=512m -Dfile.encoding=UTF-8"
50-
run: ./gradlew --parallel --continue -DjacocoEnabled=true -x :key.core.symbolic_execution:test -x :key.core.proof_references:test classes testClasses sonar
51-
52-
sonarcloud:
53-
name: SonarCloud
54-
runs-on: ubuntu-latest
55-
steps:
56-
- uses: actions/checkout@v3
57-
with:
58-
fetch-depth: 0
59-
- name: SonarCloud Scan
60-
uses: SonarSource/sonarcloud-github-action@master
61-
env:
62-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
49+
run: ./gradlew --parallel --continue -DjacocoEnabled=true -x :key.core.symbolic_execution:test -x :key.core.proof_references:test classes testClasses :key.util:test jacocoTestReport sonar

0 commit comments

Comments
 (0)