From 23bc586c533b52d1a4ef03a0187a00e97070c00e Mon Sep 17 00:00:00 2001 From: yaozm Date: Tue, 23 Apr 2024 11:07:32 +0800 Subject: [PATCH] chore(ci): update codecov-action version in tests.yml - Update codecov-action version from v4.3.0 to v4 - Set fail_ci_if_error to true --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7d08787..c97c18e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -38,8 +38,8 @@ jobs: run: composer test-coverage - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4.3.0 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos - fail_ci_if_error: false # optional (default = false) + fail_ci_if_error: true # optional (default = false) verbose: true # optional (default = false)