From 306f27dc1ac090bde6fbe4ae2a3d35684034bff6 Mon Sep 17 00:00:00 2001 From: Peter Van Dyken Date: Sat, 16 Dec 2023 14:34:26 -0500 Subject: [PATCH] Add codecov configuration --- 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..18b3b5d0 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,6 @@ +coverage: + status: + project: + default: + target: auto + threshold: 0%