Skip to content

Commit

Permalink
fixup! Set up code coverage statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
Philzen committed Jun 9, 2024
1 parent cad100a commit cbbd07b
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 @@ -35,7 +35,7 @@ jobs:
- name: build
uses: gradle/actions/setup-gradle@v3
with:
arguments: ${{ env.GRADLE_SWITCHES }} build test
arguments: ${{ env.GRADLE_SWITCHES }} build test jacocoTestReport sonarqube
- name: verify
run: mvn --show-version --no-transfer-progress --update-snapshots --fail-at-end --batch-mode -Dstyle.color=always verify

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies {
// implementation(plugin("jacoco"))
}


project.tasks["jacocoTestReport"].dependsOn "test"

//jacoco {
// reportsDirectory = layout.buildDirectory.dir('customJacocoReportDir')
Expand Down

0 comments on commit cbbd07b

Please sign in to comment.