From 7e8ae59353c3258dc71eb3e66f58c1cf85986751 Mon Sep 17 00:00:00 2001 From: Adam Getchell Date: Sat, 16 Dec 2023 10:22:47 -0800 Subject: [PATCH] Tell codecov to ignore lib.rs --- .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..91e462b --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,2 @@ +ignore: + - "src/lib.rs" \ No newline at end of file