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-logging.git


The following commit(s) were added to refs/heads/master by this push:
     new a15fe62  Complex test set up and run is done through the verify goal
a15fe62 is described below

commit a15fe624635f7c6328511a9eeede8558d4817997
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Mar 17 10:44:29 2024 -0400

    Complex test set up and run is done through the verify goal
---
 .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 dadbe7e..00ddd57 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -39,7 +39,7 @@ jobs:
         java-version: ${{ matrix.java }}
         cache: 'maven'
     - name: Build with Maven
-      run: mvn --show-version --batch-mode --no-transfer-progress test 
jacoco:report
+      run: mvn --show-version --batch-mode --no-transfer-progress verify 
jacoco:report
 
     - name: Upload coverage to Codecov
       uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # 
v3

Reply via email to