root: set codecov after_n_builds and threshold (#5137)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
6282e923d6
commit
986d7bf714
|
@ -1,3 +1,10 @@
|
|||
coverage:
|
||||
precision: 2
|
||||
round: up
|
||||
status:
|
||||
project:
|
||||
default:
|
||||
target: auto
|
||||
# adjust accordingly based on how flaky your tests are
|
||||
# this allows a 1% drop from the previous base commit coverage
|
||||
threshold: 1%
|
||||
notify:
|
||||
after_n_builds: 3
|
||||
|
|
Reference in New Issue