From e416bd1b34dca232943289f11dca6ffd36b00d87 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Tue, 17 Aug 2021 19:28:56 +0200 Subject: [PATCH] coverage frontend to 60% --- .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 2be814cc0..cab31e0f8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -261,7 +261,7 @@ jobs: report_name: Coverage Frontend type: lcov result_path: ./coverage/lcov.info - min_coverage: 59 + min_coverage: 60 token: ${{ github.token }} ##############################################################################