Merge branch 'master' into no-reset-db-in-unit-tests

This commit is contained in:
Moriz Wahl 2022-03-14 13:05:48 +01:00 committed by GitHub
commit 9e7440e75d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -523,7 +523,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: 48 min_coverage: 53
token: ${{ github.token }} token: ${{ github.token }}
########################################################################## ##########################################################################