summaryrefslogtreecommitdiff
path: root/.codecov.yml
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2023-01-05 04:39:55 +0100
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2023-01-05 05:18:34 +0100
commitabe6a12fdf5b48e6e086177b023f09073a52b4a5 (patch)
tree9d8eac89b169507093ee26a4bbe13d9c90ef309d /.codecov.yml
parent02ed51b88c5a6266de63afcbd1e899931f952e84 (diff)
downloadcherrypy-git-abe6a12fdf5b48e6e086177b023f09073a52b4a5.tar.gz
🎨 Ensure start/stop is present in YAML
Diffstat (limited to '.codecov.yml')
-rw-r--r--.codecov.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.codecov.yml b/.codecov.yml
index 9fff0529..0c2c6af5 100644
--- a/.codecov.yml
+++ b/.codecov.yml
@@ -1,3 +1,5 @@
+---
+
codecov:
bot: codecov
notify:
@@ -26,3 +28,5 @@ comment:
layout: "header, diff"
behavior: default
require_changes: no
+
+...