From 19342c47359a66db155ff1d82255860496d1822d Mon Sep 17 00:00:00 2001 From: Fischer Moseley <42497969+fischermoseley@users.noreply.github.com> Date: Tue, 10 Sep 2024 17:33:55 -0600 Subject: [PATCH] ci: add codecov.yml --- codecov.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..c586b21 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,2 @@ +ignore: + - "test/" \ No newline at end of file