-
Notifications
You must be signed in to change notification settings - Fork 15
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
Error: Cannot convert undefined or null to object #83
Comments
I think this is to do with not generating branch coverage using Simplecov, there seems to be an expectation that eg.
Adding the above fixed this error for me. |
I'm facing the same issue. I added branch coverage but that did't solve the issue. |
@brunocalmels I have the same issue - did you manage to resolve it? |
The solution provided by @steventux worked for me, but only after pushing those changes to the base branch. Given that this action needs to measure the test coverage in both the head and the base Git branches, you need to have branch coverage in both Git branches. In other words, make sure you have |
I just setup the action but I'm getting the error:
Not sure whats the problem, I thought it may be because there is no diff at the moment, but I saw there is a test for that, so not sure where the error may be.
The text was updated successfully, but these errors were encountered: