Add codecov ignore for ip_source files

This commit is contained in:
Kaan Barmore-Genç 2023-02-13 00:54:15 -05:00
parent b5f7e6b434
commit 1692ec89ee
Signed by: kaan
GPG key ID: B2E280771CD62FCF

4
.codecov.yml Normal file
View file

@ -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"