coverage admin interface 94%

This commit is contained in:
Moriz Wahl 2022-02-09 11:07:16 +01:00
parent e3cff7fe7b
commit 1644c2938a

View File

@ -422,7 +422,7 @@ jobs:
report_name: Coverage Admin Interface report_name: Coverage Admin Interface
type: lcov type: lcov
result_path: ./coverage/lcov.info result_path: ./coverage/lcov.info
min_coverage: 93 min_coverage: 94
token: ${{ github.token }} token: ${{ github.token }}
############################################################################## ##############################################################################