From 1692ec89ee8ecdb7eef4dbdc59a6656ebb30a905 Mon Sep 17 00:00:00 2001 From: Kaan Barmore-Genc Date: Mon, 13 Feb 2023 00:54:15 -0500 Subject: [PATCH] Add codecov ignore for ip_source files --- .codecov.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000..00f56e2 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,4 @@ +ignore: + # These are tested, but the tests hit external services which is not + # necessarily smart to do in CI, so they get skipped. + - "src/ip_source"