-
Notifications
You must be signed in to change notification settings - Fork 68
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
Debugging the Coveralls errors #314
Comments
@vtjnash Take a look at these lines: Line 46 in e0655f8
If I understand correctly, However, the Coveralls API documentation (https://docs.coveralls.io/api-introduction) has this "example of what a source file would look like as JSON": {
"name": "lib/example.rb",
"source_digest": "1eb14b3a053f951ca925f2fd4d633eeb",
"coverage": [null, 1, null]
} If I understand correctly, this means that Is there a way for me to convert the output of |
I'll try |
Seems like a good observation and fix |
No description provided.
The text was updated successfully, but these errors were encountered: