From b7f9343ca9cb2eebbf33c7852700c2ff94bf133b Mon Sep 17 00:00:00 2001 From: LamGC Date: Fri, 12 Mar 2021 16:50:45 +0800 Subject: [PATCH] =?UTF-8?q?[Change]=20Project=20=E6=9A=82=E6=97=B6?= =?UTF-8?q?=E5=81=9C=E7=94=A8=20Codecov=20=E6=B5=8B=E8=AF=95=E8=A6=86?= =?UTF-8?q?=E7=9B=96=E7=8E=87=E6=8A=A5=E5=91=8A=E6=8F=92=E4=BB=B6;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Change] .github/workflows/maven-test.yml 停用 Codecov 插件; ------ Description: Codecov 还有一些问题需要解决, 就目前项目情况来说暂时还没有过高的代码覆盖测试要求, 故暂时停用 Codecov. --- .github/workflows/maven-test.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/maven-test.yml b/.github/workflows/maven-test.yml index 9d5f2ca..9baacbc 100644 --- a/.github/workflows/maven-test.yml +++ b/.github/workflows/maven-test.yml @@ -28,12 +28,12 @@ jobs: - name: Build with Maven run: mvn -B test --file pom.xml - - name: Upload Coverage Report to Codecov - uses: codecov/codecov-action@v1 - with: - token: ${{ secrets.CODECOV_TOKEN }} - file: .*?/target/jacoco.exec$ - flags: Unit tests - name: Jacoco-Converage-Report - fail_ci_if_error: true - verbose: true +# - name: Upload Coverage Report to Codecov +# uses: codecov/codecov-action@v1 +# with: +# token: ${{ secrets.CODECOV_TOKEN }} +# file: .*?/target/jacoco.exec$ +# flags: Unit tests +# name: Jacoco-Converage-Report +# fail_ci_if_error: true +# verbose: true