From e9c170cb15e5f7c7a59251aab044ed7a4803e07c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wenkai=20Yin=28=E5=B0=B9=E6=96=87=E5=BC=80=29?= Date: Wed, 9 Aug 2023 14:08:01 +0800 Subject: [PATCH] Upgrade to v3 for the codecov action (#6622) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upgrade to v3 for the codecov action Signed-off-by: Wenkai Yin(尹文开) --- .github/workflows/pr-ci-check.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-ci-check.yml b/.github/workflows/pr-ci-check.yml index 3df5c4684..d71b602a6 100644 --- a/.github/workflows/pr-ci-check.yml +++ b/.github/workflows/pr-ci-check.yml @@ -24,8 +24,9 @@ jobs: - name: Make ci run: make ci - name: Upload test coverage - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage.out verbose: true + fail_ci_if_error: true