mirror of
https://github.com/LamGC/ContentGrabbingJi.git
synced 2025-04-29 14:17:33 +00:00
[Change] Project 暂时停用 Codecov 测试覆盖率报告插件;
[Change] .github/workflows/maven-test.yml 停用 Codecov 插件; ------ Description: Codecov 还有一些问题需要解决, 就目前项目情况来说暂时还没有过高的代码覆盖测试要求, 故暂时停用 Codecov.
This commit is contained in:
parent
dc86f99d60
commit
b7f9343ca9
18
.github/workflows/maven-test.yml
vendored
18
.github/workflows/maven-test.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user