Github webhook not sent when changed files are not tracked (github actions)

Description

When commit includes only ignored files (like files in .github) the comment is sent to the PR but the webhooks are not called (using github actions)

Repository

Steps to Reproduce

See action output at https://github.com/PruvoNet/node-upgrade-checker/runs/527073406?check_suite_focus=true under " Publish code coverage report" section
The report generated is https://codecov.io/github/PruvoNet/node-upgrade-checker/commit/f2caa8e2134e81030555a7237150bf679ec97a80
The pr is feature: add/retest action to PR #36 by regevbr · Pull Request #37 · PruvoNet/node-upgrade-checker · GitHub

Expected behavior: [What you expect to happen]
webhooks should be called

Actual behavior: [What actually happens]

webhooks are not called

Flakiness? [Does this happen all the time or only sometimes?]

@regevbr – thanks for bringing up this up. It may be an edge case not considered, but checking with the team that built Github Actions. I’ll get back to you as soon as I have more insight.

Jerrod

Hey @regevbr,

Thanks for bringing this up! It looks we encountered errors while trying to post status checks to your repository due to some rate limiting issues. We’ve been having problems as of late with the GitHub API and my guess is that this was likely an outcome of that. My suggestion would just be to re-run your CI

Ib

@regevbr, alternatively, you can connect with the Codecov Github App, which is not subject to the same rate limiting.