From 81e9cba03ae214c78326b2dc4f4f49d9ce3a8b20 Mon Sep 17 00:00:00 2001 From: tdakkota Date: Tue, 10 Dec 2024 16:42:17 +0300 Subject: [PATCH] ci(e2e): update Codecov action options --- .github/workflows/e2e.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 3c3e6c37..b73a4258 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -71,4 +71,5 @@ jobs: - name: Send coverage uses: codecov/codecov-action@v5 with: - file: profile.out + files: profile.out + fail_ci_if_error: true