This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
The following commit(s) were added to refs/heads/master by this push:
new 372016c7 Normalize mvn invocation on GitHub
372016c7 is described below
commit 372016c728a46fcfe9a6082163de04665462eb9c
Author: Gary David Gregory (Code signing key) <[email protected]>
AuthorDate: Wed Oct 11 07:25:13 2023 -0400
Normalize mvn invocation on GitHub
---
.github/workflows/coverage.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 5887aec6..29ca200e 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -44,7 +44,7 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Build with Maven
- run: mvn -V install jacoco:report -DdataFile=jacoco_jdk${{ matrix.java
}}.exec --file pom.xml --no-transfer-progress
+ run: mvn --show-version --batch-mode --no-transfer-progress install
jacoco:report -DdataFile=jacoco_jdk${{ matrix.java }}.exec
- name: Upload coverage to Codecov
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d #
v3.1.4