diff options
| -rw-r--r-- | codecov.yml (renamed from .codecov.yml) | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.codecov.yml b/codecov.yml index 5fc845c..d0a8920 100644 --- a/.codecov.yml +++ b/codecov.yml @@ -2,6 +2,8 @@ coverage: range: 50..100 round: up precision: 2 - ignore: - - "**/test_*.c" - - "lib" + +ignore: + - "**/test_*.c" + - "test" + - "lib" |
