coverage unit tests admin interface to 88%

This commit is contained in:
Moriz Wahl 2022-02-03 15:43:19 +01:00
parent cc3c51b9e9
commit 601bfd9df4

View File

@ -448,7 +448,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: 82 min_coverage: 88
token: ${{ github.token }} token: ${{ github.token }}
############################################################################## ##############################################################################