mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-21 09:59:02 +01:00
chore(ci): add informational Codecov status checks
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
This commit is contained in:
parent
aad51b2bb2
commit
1f3605b98a
@ -12,6 +12,7 @@ Changelog
|
|||||||
* Use `InlinePanel`'s label when available for field comparison label (Sandil Ranasinghe)
|
* Use `InlinePanel`'s label when available for field comparison label (Sandil Ranasinghe)
|
||||||
* Drop support for Safari 13 by removing left/right positioning in favour of CSS logical properties (Thibaud Colas)
|
* Drop support for Safari 13 by removing left/right positioning in favour of CSS logical properties (Thibaud Colas)
|
||||||
* Use `FormData` instead of jQuery's `form.serialize` when editing documents or images just added so that additional fields can be better supported (Stefan Hammer)
|
* Use `FormData` instead of jQuery's `form.serialize` when editing documents or images just added so that additional fields can be better supported (Stefan Hammer)
|
||||||
|
* Add informational Codecov status checks for GitHub CI pipelines (Tom Hu)
|
||||||
* Fix: Typo in `ResumeWorkflowActionFormatter` message (Stefan Hammer)
|
* Fix: Typo in `ResumeWorkflowActionFormatter` message (Stefan Hammer)
|
||||||
* Fix: Throw a meaningful error when saving an image to an unrecognised image format (Christian Franke)
|
* Fix: Throw a meaningful error when saving an image to an unrecognised image format (Christian Franke)
|
||||||
|
|
||||||
|
@ -597,6 +597,7 @@ Contributors
|
|||||||
* Przemysław Buczkowski
|
* Przemysław Buczkowski
|
||||||
* Josh Woodcock
|
* Josh Woodcock
|
||||||
* Christian Franke
|
* Christian Franke
|
||||||
|
* Tom Hu
|
||||||
|
|
||||||
Translators
|
Translators
|
||||||
===========
|
===========
|
||||||
|
@ -1,11 +1,14 @@
|
|||||||
codecov:
|
codecov:
|
||||||
notify:
|
notify:
|
||||||
after_n_builds: 10
|
|
||||||
require_ci_to_pass: no
|
require_ci_to_pass: no
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
status:
|
status:
|
||||||
project: off
|
project:
|
||||||
patch: off
|
default:
|
||||||
|
informational: true
|
||||||
|
patch:
|
||||||
|
default:
|
||||||
|
informational: true
|
||||||
|
|
||||||
comment: off
|
comment: off
|
||||||
|
@ -16,8 +16,9 @@ depth: 1
|
|||||||
* Add `base_url_path` to `ModelAdmin` so that the default URL structure of app_label/model_name can be overridden (Vu Pham, Khanh Hoang)
|
* Add `base_url_path` to `ModelAdmin` so that the default URL structure of app_label/model_name can be overridden (Vu Pham, Khanh Hoang)
|
||||||
* Add `full_url` to the API output of `ImageRenditionField` (Paarth Agarwal)
|
* Add `full_url` to the API output of `ImageRenditionField` (Paarth Agarwal)
|
||||||
* Use `InlinePanel`'s label when available for field comparison label (Sandil Ranasinghe)
|
* Use `InlinePanel`'s label when available for field comparison label (Sandil Ranasinghe)
|
||||||
* Use `FormData` instead of jQuery's `form.serialize` when editing documents or images just added so that additional fields can be better supported (Stefan Hammer)
|
|
||||||
* Drop support for Safari 13 by removing left/right positioning in favour of CSS logical properties (Thibaud Colas)
|
* Drop support for Safari 13 by removing left/right positioning in favour of CSS logical properties (Thibaud Colas)
|
||||||
|
* Use `FormData` instead of jQuery's `form.serialize` when editing documents or images just added so that additional fields can be better supported (Stefan Hammer)
|
||||||
|
* Add informational Codecov status checks for GitHub CI pipelines (Tom Hu)
|
||||||
|
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user