From 3fff3cce67deb23fbeaf396c8446a265549d894d Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Tue, 7 Dec 2021 19:12:01 +0100 Subject: [PATCH] unit test coverage to 69% in Admin Interface --- .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 e2488d050..0435d0c76 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -441,7 +441,7 @@ jobs: report_name: Coverage Admin Interface type: lcov result_path: ./coverage/lcov.info - min_coverage: 60 + min_coverage: 69 token: ${{ github.token }} ##############################################################################