Skip to content
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

Code coverage comment is not working for Forks based PR #59

Open
vitaliimelnychuk opened this issue May 10, 2021 · 1 comment
Open

Code coverage comment is not working for Forks based PR #59

vitaliimelnychuk opened this issue May 10, 2021 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@vitaliimelnychuk
Copy link
Member

UnhandledPromiseRejectionWarning: HttpError: Resource not accessible by integration
    at /home/runner/work/code-coverage-action/code-coverage-action/dist/index.js:3441:23
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
    at async createComment (/home/runner/work/code-coverage-action/code-coverage-action/dist/index.js:6221:15)
    at async sendSummaryComment (/home/runner/work/code-coverage-action/code-coverage-action/dist/index.js:6050:5)
    at async runFeatures (/home/runner/work/code-coverage-action/code-coverage-action/dist/index.js:6671:3)
    at async runCodeCoverage (/home/runner/work/code-coverage-action/code-coverage-action/dist/index.js:6692:3)
    at async main (/home/runner/work/code-coverage-action/code-coverage-action/dist/index.js:6709:3)
(node:2193) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:2193) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

For reference, #55. There is an action that is marked as successfully finished but, there is an error inside, mentioned above.

As result, there is no GitHub code coverage report from the action.

@vitaliimelnychuk vitaliimelnychuk added bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed labels May 10, 2021
@vitaliimelnychuk
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant