From ab0cbc640b9e17a428e88e5c3f3c39b1164311b2 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Wed, 10 Apr 2024 02:54:24 +0200 Subject: [PATCH] Add Codecov configuration, with relaxed settings --- codecov.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..25f3db9 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,13 @@ +# https://docs.codecov.io/docs/common-recipe-list +# https://docs.codecov.io/docs/commit-status#patch-status + +coverage: + status: + + project: + default: + target: 75% + + patch: + default: + informational: true