From 640a0c2ee6d53293f39575dcbbd94642c155fc7d Mon Sep 17 00:00:00 2001 From: Dan Labrecque Date: Wed, 8 Jan 2025 11:26:47 -0500 Subject: [PATCH] Add basic codecov file --- codecov.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 000000000..237d91319 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,3 @@ +codecov: + require_ci_to_pass: no + strict_yaml_branch: main # only use the latest copy on main branch