CI: Fix codecov flag project config (#7994)

This commit is contained in:
Alexander Peters 2020-11-20 15:13:25 +01:00 committed by GitHub
parent a054da8d62
commit d8928c6b80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 3 deletions

View File

@ -15,12 +15,15 @@ coverage:
threshold: 1% # allow this much decrease on project
app:
target: 70%
flags: app
flags:
- app
modules:
target: 70%
flags: modules
flags:
- modules
client:
flags: client
flags:
- client
changes: false
comment: