ci: 调整代码覆盖率编译时的代码

This commit is contained in:
CaptainB 2023-08-07 13:55:09 +08:00 committed by 刘瑞斌
parent 2ed6104a2f
commit 9a96ff7302
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
distribution: 'temurin'
java-version: 17
- 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
uses: codecov/codecov-action@v3
with: