coverage unit tests backend to 40%

This commit is contained in:
Moriz Wahl 2021-12-27 20:57:17 +01:00
parent 6a666edc9f
commit dc6459f45c

View File

@ -491,7 +491,7 @@ jobs:
report_name: Coverage Backend
type: lcov
result_path: ./backend/coverage/lcov.info
min_coverage: 37
min_coverage: 40
token: ${{ github.token }}
##############################################################################