File tree Expand file tree Collapse file tree 1 file changed +3
-16
lines changed
Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments