From 81618e810c0e99ddc4696cf758bc71e4be9ec80d Mon Sep 17 00:00:00 2001 From: am-ons <171134774+am-ons@users.noreply.github.com> Date: Tue, 18 Jun 2024 16:37:09 +0100 Subject: [PATCH] ci: Do not fail CI build if coverage is low. Coverage will be increased in separate ticket for adding more tests. --- .github/workflows/test.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.js.yml b/.github/workflows/test.js.yml index 47c8fbe..0792bbf 100644 --- a/.github/workflows/test.js.yml +++ b/.github/workflows/test.js.yml @@ -38,4 +38,4 @@ jobs: with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage/coverage-final.json - fail_ci_if_error: true + fail_ci_if_error: false