Upgrade backend coverage to 37%

This commit is contained in:
Hannes Heine 2021-12-07 13:21:51 +01:00 committed by GitHub
parent 0d9b84b36a
commit 64adf1ddbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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