Codecov ignore test dir (#18085)

This commit is contained in:
Liumeo 2020-12-22 06:20:09 -05:00 committed by GitHub
parent 6f4af643cb
commit 15d8de3819
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

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