-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
coveralls.js no such file or directory #4
Comments
I've found the problem. |
This is my new drone step that seems to be working:
|
Nope, that doesn't work either.
This snippet assumes the file is relative, and is relative to the So the file needs to be given as |
Thank you for your point. I'll check and fix it asap! |
My final issue is that I've just realized the coveralls.js tool does not support the And the python library has no plans to add the lcov.info support: nedbat/coveragepy#587 So I'm looking at an alternative solution now. |
I have fixed the issue like your said. Thank you very much for helping it! Wish you can also resolve your problem~ |
my drone step:
The text was updated successfully, but these errors were encountered: