|
|
@ -33,6 +33,8 @@ jobs:
|
|
|
|
- name: Test with Maven
|
|
|
|
- name: Test with Maven
|
|
|
|
run: mvn clean test -B -U -Psonatype
|
|
|
|
run: mvn clean test -B -U -Psonatype
|
|
|
|
- name: Upload coverage to Codecov
|
|
|
|
- name: Upload coverage to Codecov
|
|
|
|
uses: codecov/codecov-action@v3
|
|
|
|
uses: codecov/codecov-action@v4
|
|
|
|
|
|
|
|
env:
|
|
|
|
|
|
|
|
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
files: ${{ github.workspace }}/target/site/jacoco/jacoco.xml
|
|
|
|
files: ${{ github.workspace }}/target/site/jacoco/jacoco.xml
|
|
|
|