ci(codecov): add thresholds for flaky tests (#4104)
parent
7a530257fa
commit
aa77a6321c
|
@ -16,10 +16,12 @@ coverage:
|
||||||
default: false
|
default: false
|
||||||
backend:
|
backend:
|
||||||
base: auto
|
base: auto
|
||||||
|
threshold: 0.15%
|
||||||
flags:
|
flags:
|
||||||
- backend
|
- backend
|
||||||
frontend:
|
frontend:
|
||||||
base: auto
|
base: auto
|
||||||
|
threshold: 0.15%
|
||||||
flags:
|
flags:
|
||||||
- frontend
|
- frontend
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue