-
Notifications
You must be signed in to change notification settings - Fork 65
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
unable to recognise "lcov" format due to a earlier failure #159
Comments
I'm seeing something similar with 2.6.0:
|
In my case, I believe cc-test-reporter was failing because I didn't actually have a git repo present. (This was because I didn't have an up-to-date version of git in my container so the checkout action was actually just doing a directory copy.) I don't think this action can fix that situation, but it could handle it more gracefully, maybe even giving a warning about this scenario to the end user. |
Ahh yeah, you're right. The @actions/core issue was not the actual cause of my issue. My error was due to integration with cypress which I was able to resolve by calling cypress-io/github-action before the codeclimate-action. |
Closing this, as this seems to be resolved. If you're still seeing this in the latest v2.7.0 release, please feel free to reopen. |
Describe the bug
The upload fails without causing the job to fail
Example links
Expected behavior
The coverage report should be recognised as "lcov" and correctly uploaded
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: