diff options
Diffstat (limited to '.github/codecov.yml')
-rw-r--r-- | .github/codecov.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/codecov.yml b/.github/codecov.yml index 9d97dfb..ea504f4 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -5,7 +5,7 @@ codecov: comment: off ignore: - "Doc/**/*" - - "Misc/*" + - "Misc/**/*" - "Mac/**/*" - "PC/**/*" - "PCbuild/**/*" |