From 7b2946ef06baa013b963e5385c4df9b347a3f380 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Mon, 15 Jul 2024 14:24:08 -0700 Subject: [PATCH] Add codecov.yml --- .github/codecov.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/codecov.yml diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 0000000..5e5d10a --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,19 @@ +ignore: + - '!(Sources)/' + +comment: + require_changes: true + +coverage: + status: + + project: + default: + threshold: 0% + + patch: + default: + # basic + target: auto + threshold: 0% + base: auto