From 053217d3e4132f5df9496f0fb99c09752b061523 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Hatcher?= Date: Sat, 16 Mar 2024 18:07:03 +0100 Subject: [PATCH] TEST: check yml file for codecov cfg --- 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..93ea3d9 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,2 @@ +ignore: + - "xlsx/src/bin"