1
0

Complex test set up and run is done through the verify goal

This commit is contained in:
Gary Gregory
2024-03-17 10:44:29 -04:00
parent 59e67f325e
commit a15fe62463

View File

@@ -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