Codecov ignore test dir (#18085)

This commit is contained in:
Liumeo 2020-12-22 06:20:09 -05:00 committed by Khairul Azhar Kasmiran
parent ce7a1dec3b
commit bad64cbe90

View file

@ -13,3 +13,10 @@ coverage:
if_not_found: success
if_ci_failed: success
informational: true
ignore:
- "doc"
- "man"
- "mk"
- "pkgcfg"
- "sys"
- "test"