unit test coverage to 69% in Admin Interface

This commit is contained in:
Moriz Wahl 2021-12-07 19:12:01 +01:00
parent ee248ec86a
commit 3fff3cce67

View File

@ -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 }}
##############################################################################