From 6a8b49f9c4fb466aa263c3a71ec211f082367c18 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 4 Sep 2023 14:48:20 +0100 Subject: [PATCH] Create 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 00000000..9fa3a4e6 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,2 @@ +ignore: + - "*/tests/*” \ No newline at end of file