9 lines
241 B
YAML
9 lines
241 B
YAML
coverage:
|
|
status:
|
|
patch: off
|
|
project:
|
|
default:
|
|
target: auto
|
|
# adjust accordingly based on how flaky your tests are
|
|
# this allows a 10% drop from the previous base commit coverage
|
|
threshold: 10% |