codecov.yml: Ignore src/libi18n/gettext.h and test suites.

gettext.h is taken from gettext, so it shouldn't count.

Test suites are always 100% covered, since they're test suites.
This commit is contained in:
David Korth 2024-10-19 08:14:03 -04:00
parent 644d88cc57
commit 8c158cc0c4

View File

@ -1,2 +1,4 @@
ignore:
- "extlib/"
- "src/libi18n/gettext.h"
- "**/tests/"