update coverage configuration

This commit is contained in:
CismonX 2020-06-22 14:38:59 +08:00
parent 71a29b7ef0
commit f6b56438d6
No known key found for this signature in database
GPG Key ID: 315D6652268C5007
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
ignore:
- "src/logging.c"
- "src/mnemonic.c"
coverage:
range: 55..95
round: down
precision: 2

View File

@ -38,4 +38,4 @@ script:
# - whatis u6a u6ac # broken on macOS...
after_success:
- bash <(curl -s https://codecov.io/bash)
- test $TRAVIS_OS_NAME = osx && true || bash <(curl -s https://codecov.io/bash)