From e39b829ad853db561ed4444f7e16fc47f073ba86 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Tue, 17 Jan 2023 09:37:24 +0100 Subject: [PATCH] coverage to 92% --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ac60cfdf2..82785db18 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -437,7 +437,7 @@ jobs: report_name: Coverage Frontend type: lcov result_path: ./coverage/lcov.info - min_coverage: 91 + min_coverage: 92 token: ${{ github.token }} ##############################################################################