-
Notifications
You must be signed in to change notification settings - Fork 100
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
The action fails with undefined error #41
Comments
I have the same issue just using the example with - name: publish
uses: romeovs/[email protected]
with:
lcov-file: ./coverage.lcov @romeovs hello! do you have any time to check this? |
This error usually occurs when the workflow did not run on a "pull_request" event (e.g. ran on a "push"). You can inspect the For example: - uses: romeovs/[email protected]
if: github.event_name == 'pull_request' |
How can I run the coverage report on a pull request, then? The even I get when a pull request is updated is 'push'. |
Nevermind, that's determined by the selected action type in the workflow, both push and pull_request happen on updating a PR. |
I am trying to use this action however it always fails with:
Can you help me debug this?
The text was updated successfully, but these errors were encountered: