Skip to content

Commit

Permalink
CI: Fix codecov flag project config (#7994)
Browse files Browse the repository at this point in the history
  • Loading branch information
alpe authored Nov 20, 2020
1 parent a054da8 commit d8928c6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d8928c6

Please sign in to comment.