Exits with `0` exit code and without debug logging to indicate possible issue when no token is available in env
ermik opened this issue · 4 comments
The token usage or required scopes are undocumented
comment-coverage-clover/src/index.ts
Line 19 in ec666df
and the returns are not logging anything
comment-coverage-clover/src/index.ts
Lines 195 to 196 in ec666df
hi, i will try to find the required scopes, but the ideia was to use the one created by gh actions by default.
about the zero-exits, i will add some logs for that, and maybe a non-zero exit.
hi @ermik i added to the readme the scope, it needs repo
. but is not required, the default token created by github should sufice.
Hey @lucassabreu - appreciate the response. I'm gonna think of what else this can be expanded into. I'm definitely hitting an edge case where nothing is posted even though there's a clover file and a valid token... I think more debug output would be a general point of improvement.
if any error happens it will be shown in the logs, github actions ensures that.
could you post the workflow and workflow log @ermik ?