diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml index 7175854..f7ca8d4 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -47,12 +47,13 @@ jobs: id: jacoco uses: madrapps/jacoco-report@v1.6.1 with: - paths: ${{ github.workspace }}/target/site/jacoco/index.html + paths: ${{ github.workspace }}/target/site/**/*.html token: ${{ secrets.GITHUB_TOKEN }} #min-coverage-overall: 80 #min-coverage-changed-files: 80 title: Code Coverage update-comment: true + skip-if-no-changes: true pass-emoji: ':green_circle:' fail-emoji: ':red_circle:' diff --git a/pom.xml b/pom.xml index d979dc0..8f5e869 100644 --- a/pom.xml +++ b/pom.xml @@ -275,6 +275,9 @@ org.jacoco jacoco-maven-plugin 0.8.12 + + XML +