diff options
| -rw-r--r-- | .codecov.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.codecov.yml b/.codecov.yml index fdb6a2a..5fc845c 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -2,7 +2,6 @@ coverage: range: 50..100 round: up precision: 2 - -ignore: - - "test/" - - "lib/"
\ No newline at end of file + ignore: + - "**/test_*.c" + - "lib" |
