Merge pull request #447 from gradido/raise-coverage-to-18

feat: Raise Coverage of Frontend Unit Tets to 18%
This commit is contained in:
Moriz Wahl 2021-05-14 19:00:59 +02:00 committed by GitHub
commit c7e09da229
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -212,7 +212,7 @@ jobs:
report_name: Coverage Frontend report_name: Coverage Frontend
type: lcov type: lcov
result_path: ./coverage/lcov.info result_path: ./coverage/lcov.info
min_coverage: 15 min_coverage: 18
token: ${{ github.token }} token: ${{ github.token }}
#test: #test: