Use correct coverage reporter

This commit is contained in:
Daniel Tschinder 2016-07-12 22:34:43 +02:00
parent 47d11ae084
commit f4b8b85f11
No known key found for this signature in database
GPG Key ID: 0F9471CB6816A4FF

View File

@ -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: