This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-weaver.git
The following commit(s) were added to refs/heads/master by this push: new a3ef7e0 Add back cobertura a3ef7e0 is described below commit a3ef7e06c403fbc8b1208a548056b302a661fce5 Author: Sebb <s...@apache.org> AuthorDate: Tue Oct 25 22:58:59 2022 +0100 Add back cobertura --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0102972..7e2c040 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -58,4 +58,4 @@ jobs: distribution: 'temurin' java-version: ${{ matrix.java }} - name: Build with Maven - run: mvn --batch-mode --no-transfer-progress clean # cobertura:cobertura coveralls:report + run: mvn --batch-mode --no-transfer-progress clean cobertura:cobertura # coveralls:report