From a3a54245f8b3bec33cd47df9d67f50cb5f885a3d Mon Sep 17 00:00:00 2001 From: vananiev Date: Sat, 16 Nov 2024 04:12:17 +0300 Subject: [PATCH] add codecov.yml --- codecov.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..a50e4e81 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,9 @@ +# https://docs.codecov.com/docs/codecov-yaml +coverage: + status: + project: + default: + threshold: 5% # allows to drop coverage (https://docs.codecov.com/docs/commit-status#project-status) + patch: + default: + target: 0% # allows no tests in PR (https://docs.codecov.com/docs/commit-status#patch-status) \ No newline at end of file