diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 40762184..15cc44a3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,6 +41,9 @@ jobs: - name: "Integration Tests" run: mvn failsafe:integration-test --errors --fail-at-end # The following is only executed on Ubuntu on Java 11 + - name: "JaCoCo Coverage Report" + if: matrix.os == 'ubuntu-latest' && matrix.java == 11 && github.repository == 'castor-software/depclean' + run: mvn jacoco:report - name: "Codecov" if: matrix.os == 'ubuntu-latest' && matrix.java == 11 && github.repository == 'castor-software/depclean' uses: codecov/codecov-action@v1