From a15fe624635f7c6328511a9eeede8558d4817997 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sun, 17 Mar 2024 10:44:29 -0400 Subject: [PATCH] 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