From 0832aad141b8c779e9cd44757470a41d010867e2 Mon Sep 17 00:00:00 2001 From: o2sh Date: Wed, 24 Aug 2022 23:46:28 +0200 Subject: [PATCH] add codecov yml file --- .codecov.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 00000000..8892f336 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,11 @@ +comment: false +coverage: + status: + project: + default: + target: auto + threshold: 5% + patch: + default: + target: auto + threshold: 5% \ No newline at end of file