CodeCov config - Only notify after all builds pass
This commit is contained in:
parent
8557fb8439
commit
c642108732
1 changed files with 2 additions and 0 deletions
|
|
@ -9,3 +9,5 @@ coverage:
|
||||||
default:
|
default:
|
||||||
# New code must have a 90% coverage
|
# New code must have a 90% coverage
|
||||||
target: 90%
|
target: 90%
|
||||||
|
notify:
|
||||||
|
after_n_builds: 8
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue