File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 java-version : ' 25'
4848 - name : Build with coverage
4949 run : mvn --batch-mode clean verify
50- - name : Upload JaCoCo coverage report
51- uses : actions/upload-artifact@v7
52- with :
53- name : jacoco-report
54- path : target/site/jacoco/
5550 - name : Upload coverage to Codecov
5651 uses : codecov/codecov-action@v5
5752 with :
Original file line number Diff line number Diff line change 11name : Unit Tests
22
33permissions :
4- checks : write
5- pull-requests : write
64 contents : read
75
86on :
3230 with :
3331 name : java-query-builder-jar
3432 path : target/*.jar
35- - name : Publish JUnit test results
36- uses : EnricoMi/publish-unit-test-result-action@v2
37- if : (!cancelled())
38- with :
39- files : target/surefire-reports/*.xml
4033
4134 feature-tests :
4235 runs-on : ubuntu-latest
5346 java-version : ${{ matrix.java-version }}
5447 - name : Run feature tests
5548 run : mvn --batch-mode -Dtest='feature.**.*Test' test
56- - name : Publish Feature Test Results
57- uses : EnricoMi/publish-unit-test-result-action@v2
58- if : (!cancelled())
59- with :
60- files : target/surefire-reports/*.xml
You can’t perform that action at this time.
0 commit comments