mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-21 09:59:02 +01:00
1f3605b98a
we were usng Codecov but weren't actually getting any notifications on pull requests. Update codecov.yml Removing `after_n_builds` as there is only 1 build
15 lines
191 B
YAML
15 lines
191 B
YAML
codecov:
|
|
notify:
|
|
require_ci_to_pass: no
|
|
|
|
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
informational: true
|
|
patch:
|
|
default:
|
|
informational: true
|
|
|
|
comment: off
|