Skip to content

Commit

Permalink
Added CheckScov
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippSchmelter committed Nov 5, 2024
1 parent 925122b commit 719a00c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Run Tests
run: |
./gradlew spotlessCheck pmdMain pmdTest reportScoverage
./gradlew spotlessCheck pmdMain pmdTest reportScoverage checkScoverage
- name: Build Scala-Docs
run: |
Expand Down
2 changes: 1 addition & 1 deletion gradle/scripts/sonarqube.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sonarqube {
"build/reports/scapegoat/src/scapegoat-scalastyle.xml",
"build/reports/scapegoat/testsrc/scapegoat-scalastyle.xml"] // Comma-delimited list of paths to Scapegoat reports in the Scalastyle format
// scala specific stuff
property 'sonar.scala.coverage.reportPaths', '/build/reports/scoverageTest/scoverage.xml'
property 'sonar.scala.coverage.reportPaths', 'build/reports/scoverageTest/scoverage.xml'

// groovy specific stuff
property 'sonar.groovy.binaries', 'build/classes/groovy' // groovy binaries
Expand Down

0 comments on commit 719a00c

Please sign in to comment.