summaryrefslogtreecommitdiff
path: root/codecov.yml
diff options
context:
space:
mode:
Diffstat (limited to 'codecov.yml')
-rw-r--r--codecov.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml
new file mode 100644
index 0000000000..9808848a48
--- /dev/null
+++ b/codecov.yml
@@ -0,0 +1,10 @@
+comment:
+ # Only show diff and files changed:
+ layout: "diff, files"
+ # Don't post if no changes in coverage:
+ require_changes: true
+
+codecov:
+ notify:
+ # Wait for all coverage builds:
+ after_n_builds: 2