You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to run the coverage on: push I get the following error:
Run ScaCap/code-coverage-assistant@master
TypeError: Cannot read properties of undefined (reading 'head')
at /home/runner/work/_actions/ScaCap/code-coverage-assistant/master/dist/main.js:7:390[8]
Error: Cannot read properties of undefined (reading 'head')
My understanding that is that the error is because context.payload.pull_request.head in line 114
It is ok to run the action on push?
There is a way to fix this ?
The text was updated successfully, but these errors were encountered:
When trying to run the coverage
on: push
I get the following error:My understanding that is that the error is because
context.payload.pull_request.head
in line 114It is ok to run the action on push?
There is a way to fix this ?
The text was updated successfully, but these errors were encountered: