ci: 调整代码覆盖率编译时的代码
This commit is contained in:
parent
2ed6104a2f
commit
9a96ff7302
|
@ -23,7 +23,7 @@ jobs:
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
java-version: 17
|
java-version: 17
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn -B package -DskipAntRunForJenkins --file backend/pom.xml
|
run: mvn -B package --file pom.xml
|
||||||
- name: Upload coverage reports to Codecov
|
- name: Upload coverage reports to Codecov
|
||||||
uses: codecov/codecov-action@v3
|
uses: codecov/codecov-action@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue