From a75859f4a37a40c136b87f77c580b757b7c631b0 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov <0x7fffff@guattari.ru> Date: Sun, 21 Aug 2022 18:32:31 +0400 Subject: [CI] Code coverage: fail CI if error --- .github/workflows/code_coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index 5c84fb5..958dd54 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -79,4 +79,4 @@ jobs: files: ./build/coverage.xml flags: ${{ runner.os }} name: ${{ runner.os }} build - fail_ci_if_error: false + fail_ci_if_error: true -- cgit v1.2.3