From 1fe834f36df2e0a88b4cae7d05450ecfd6620fa5 Mon Sep 17 00:00:00 2001 From: Vincent van Hees Date: Tue, 23 Jan 2024 17:53:14 +0100 Subject: [PATCH] Create codecov.yml --- 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 0000000..d6a6357 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,14 @@ +comment: false + +coverage: + status: + project: + default: + target: auto + threshold: 1% + informational: true + patch: + default: + target: auto + threshold: 1% + informational: true \ No newline at end of file