theomessin/action-phpcov

Unhandled promise rejections

theomessin opened this issue · 0 comments

Checks pass even if checking code coverage fails.

OK (1 test, 0 assertions)

Generating code coverage report in Clover XML format ... done [2 ms]

Generating code coverage report in HTML format ... done [4 ms]
(node:4684) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'url' of undefined
    at /home/runner/work/_actions/theomessin/action-phpcov/master/dist/index.js:1:182970
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/work/_actions/theomessin/action-phpcov/master/dist/index.js:1:182502)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
(node:4684) 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:4684) [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.

See https://github.com/theomessin/laravel-stalker/runs/601909086