-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
error from convertLcovToCoveralls with nyc version 14 #219
Comments
I think this is a duplicate of #207 |
@stevenvachon My node version is 8.9.4. I guess the lcov report format made by nyc v14 might have some small changes. You may see the error at the end of my Travis log. https://travis-ci.org/F5Networks/f5-adcaas-openstack/builds/522088170 |
@stevenvachon I save the nyc output to files. Nyc.13.txt is made by nyc v13.3.0, which can be processed by coveralls. Nyc.14.txt is made by nyc v14.0.0, which can not be processed by coveralls. If you or anybody can help to figure out the root cause, that will be great. |
Downgrading could fix the issue with coveralls as described here nickmerwin/node-coveralls#219
Works fine in the PR I have #235 |
My Travis CI job fails with the latest nyc version 14.0.0
After I downgrade nyc version to 13.3.0, coveralls command works perfectly.
The text was updated successfully, but these errors were encountered: