ci: 代码覆盖率配置

This commit is contained in:
CaptainB 2023-05-04 20:53:08 +08:00 committed by 刘瑞斌
parent 7e94a91fbb
commit fcc4814cf9
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 --file pom.xml
run: mvn -B package --file backend/pom.xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with: