[Change] Project 暂时停用 Codecov 测试覆盖率报告插件;

[Change] .github/workflows/maven-test.yml 停用 Codecov 插件;

------
Description:
Codecov 还有一些问题需要解决, 就目前项目情况来说暂时还没有过高的代码覆盖测试要求, 故暂时停用 Codecov.
This commit is contained in:
LamGC 2021-03-12 16:50:45 +08:00
parent dc86f99d60
commit b7f9343ca9
Signed by: LamGC
GPG Key ID: 6C5AE2A913941E1D

View File

@ -28,12 +28,12 @@ jobs:
- name: Build with Maven - name: Build with Maven
run: mvn -B test --file pom.xml run: mvn -B test --file pom.xml
- name: Upload Coverage Report to Codecov # - name: Upload Coverage Report to Codecov
uses: codecov/codecov-action@v1 # uses: codecov/codecov-action@v1
with: # with:
token: ${{ secrets.CODECOV_TOKEN }} # token: ${{ secrets.CODECOV_TOKEN }}
file: .*?/target/jacoco.exec$ # file: .*?/target/jacoco.exec$
flags: Unit tests # flags: Unit tests
name: Jacoco-Converage-Report # name: Jacoco-Converage-Report
fail_ci_if_error: true # fail_ci_if_error: true
verbose: true # verbose: true