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
1 changed files with 4 additions and 0 deletions

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"