From 675f1b661c3f64a99f523ff43f8e4cf097ec4e80 Mon Sep 17 00:00:00 2001 From: tdakkota Date: Tue, 10 Dec 2024 16:51:37 +0300 Subject: [PATCH] ci(cover): update Codecov action options --- .github/workflows/cover.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cover.yml b/.github/workflows/cover.yml index 5070e99..13a6955 100644 --- a/.github/workflows/cover.yml +++ b/.github/workflows/cover.yml @@ -73,4 +73,5 @@ jobs: - name: Send coverage uses: codecov/codecov-action@v5 with: - file: profile.out + files: profile.out + fail_ci_if_error: true