rom-properties/codecov.yml
David Korth 8c158cc0c4 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.
2024-10-19 08:14:03 -04:00

5 lines
66 B
YAML

ignore:
- "extlib/"
- "src/libi18n/gettext.h"
- "**/tests/"