-
Notifications
You must be signed in to change notification settings - Fork 7
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
0 of 0 relevant lines covered (NaN%) on my project #1656
Comments
Hi, @OrbintSoft. The The issue is that your
(Second line from the bottom of your CI build log.) This happens when the integration can't find the source files listed in your LCOV report (in each And that's usually because there's a discrepancy between the file paths in your LCOV file and the source file paths at Github, relative to the root directory of your repo. Assuming you're using the Coveralls Github Action (which uses the node-coveralls integration under-the-hood, you can use the You can find the usage instructions for Let me know if you have any issues correcting for that. |
@afinetooth Thank you, I have not solved, but I realized the issue is not related to coveralls. I don't use GitHub actions, think the problem is related to nyc that produces odd paths like: src/utilities/file:/mnt/software/Progetti/OSEventListener/src/utilities/NullLogger.ts |
I reply here in case someone has the same issue. The problem was caused by a bug in ts-node version 10.8.1, if you upgrade to the last version the problem is fixed. |
Hi @OrbintSoft. Thanks for the update. Glad you got it solved. |
I have a problem on my project, for some reasons coveralls is unable to detect the coverage report: https://coveralls.io/builds/51472302
Below a complete log of run in verbose mode, I launched it locally, but from CI the problem is the same.
The only issue that I see in log is: [debug] "2022-08-08T17:23:06.293Z" 'user options undefined', but I am not sure if it's a problem.
What am I doing wrong:
The text was updated successfully, but these errors were encountered: