From f616bc1e393c19bc912965a96f2c80c724ee9105 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 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..40fbfbb4 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,6 @@ +# https://docs.codecov.com/docs/codecov-yaml +coverage: + 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