13 lines
412 B
YAML
13 lines
412 B
YAML
codecov:
|
|
# across
|
|
notify:
|
|
# Do not notify until at least this number of reports have been uploaded
|
|
# from the CI pipeline. We normally have more than that number, but 6
|
|
# should be enough to get a first notification.
|
|
after_n_builds: 6
|
|
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
# Do not fail the commit status if the coverage was reduced up to this value
|
|
threshold: 0.5%
|