ci: codecov config

This commit is contained in:
CaptainB 2024-06-07 15:03:25 +08:00 committed by 刘瑞斌
parent 722823d1a6
commit a6749b8ee7
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ jobs:
cache-dependency-path: '**/pom.xml' # optional
check-latest: true
- name: Build with Maven - other
run: mvn -T 1C -B package -DskipAntRunForJenkins --file pom.xml -pl '!frontend'
run: mvn -B package -DskipAntRunForJenkins --file pom.xml -pl '!frontend'
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with: