aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ08nY2017-09-13 01:43:17 +0200
committerJ08nY2017-09-13 01:57:48 +0200
commit3d8bf2c8536b5d779fee9d57af8931e5d9b24dd6 (patch)
tree80f59105ebfd28d37888367a4342e6feb0297569
parent607fe7b39f4e2ea579c935509c6e4dc68b43c457 (diff)
downloadecgen-3d8bf2c8536b5d779fee9d57af8931e5d9b24dd6.tar.gz
ecgen-3d8bf2c8536b5d779fee9d57af8931e5d9b24dd6.tar.zst
ecgen-3d8bf2c8536b5d779fee9d57af8931e5d9b24dd6.zip
-rw-r--r--.codecov.yml7
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"