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 b7b8f38 Cobertura also fails b7b8f38 is described below commit b7b8f387ada9093bf93ed0a8c970e5314abcf6f1 Author: Sebb <s...@apache.org> AuthorDate: Tue Oct 25 23:01:16 2022 +0100 Cobertura also fails --- .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 7e2c040..0102972 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