-
Notifications
You must be signed in to change notification settings - Fork 39
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
github: Attempt to work around coverage root path. #166
github: Attempt to work around coverage root path. #166
Conversation
Coveralls isn't showing the source code if the user isn't logged in. Attempt to work around the issue by setting source paths.
Pull Request Test Coverage Report for Build 1344590079Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Source code is now visible on the Coveralls, but I'm not sure if this fixed pull request fixed the problem. At the very least it matches what the Coverall GitHub Action documentation suggests.
Scratch that. The problem still exists. Working on it ... |
The Coveralls behavior we're seeing may be as designed: lemurheavy/coveralls-public#1579 |
I logged in to Coveralls.io with my github credentials, and can see the line-by-line coverage view now. |
Coveralls isn't showing the source code if the user isn't logged in.
Attempt to work around the issue by setting source paths.