From 0f5ea16605f9f5b5c8216e9d76d4b6bf85ac3fa2 Mon Sep 17 00:00:00 2001 From: Stefan Holderbach Date: Mon, 13 Feb 2023 00:04:18 +0100 Subject: [PATCH] Add a `codecov.yml` configuration (#8059) Goal: avoid failing based on small coverage fluctuations. See: https://docs.codecov.com/docs/codecovyml-reference --- codecov.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000000..abfe44de16 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,14 @@ +coverage: + status: + project: + default: + target: 55% + threshold: 2% + +comment: + layout: reach, diff, files + behavior: default + require_base: yes + require_head: yes + after_n_builds: 2 +