From 0b5548d7141df844111fd28cb6485ce272f5723a Mon Sep 17 00:00:00 2001 From: Aleksandr Razumov Date: Sat, 28 Dec 2024 17:11:32 +0300 Subject: [PATCH] ci(cover): update codecov --- .github/workflows/coverage.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 7418394ff6..02184f5b93 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -60,4 +60,5 @@ jobs: - name: Send coverage uses: codecov/codecov-action@v5 with: - file: profile.out + files: profile.out + fail_ci_if_error: true