From a92b4c1b9da86b37da47c953a72436cc9c54864b Mon Sep 17 00:00:00 2001 From: Anand Balakrishnan Date: Sun, 15 Oct 2023 14:45:47 -0700 Subject: [PATCH] ignore proc-macro crage for codecov --- codecov.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 codecov.yaml diff --git a/codecov.yaml b/codecov.yaml new file mode 100644 index 0000000..545c8ed --- /dev/null +++ b/codecov.yaml @@ -0,0 +1,4 @@ +ignore: + - "argus/examples/" + - "pyargus/**/test_*.py" + - "argus-derive/"