Use correct coverage reporter
This commit is contained in:
parent
47d11ae084
commit
f4b8b85f11
@ -17,7 +17,7 @@ script:
|
||||
- make test-babel
|
||||
|
||||
after_success:
|
||||
- ./node_modules/.bin/nyc report --reporter=lcov > coverage.lcov
|
||||
- ./node_modules/.bin/nyc report --reporter=text-lcov > coverage.lcov
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
notifications:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user