svgedit icon indicating copy to clipboard operation
svgedit copied to clipboard

PR builds are failing on 'Report NYC Coverage' step

Open luber opened this issue 2 years ago • 2 comments

Describe the bug Looks like all PR builds are failing now on 'Report NYC Coverage' step

To Reproduce Steps to reproduce the behavior:

  1. Create new PR
  2. Wait until the run of the PR build is finished

Expected behavior PR build must not fail

Log

Run sidx[1](https://github.com/SVG-Edit/svgedit/actions/runs/3633311545/jobs/6170461502#step:5:1)024/[email protected]
/usr/bin/git diff --name-only --diff-filter=ACMRT origin/master...50e1fa0d3274d7715963af79325e00b882d3d8d4
fatal: ambiguous argument 'origin/master...50e1fa0d3274d7715963af79325e00b882d3d8d4': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
A non-fatal error occurred while performing git diff:  {
  exitCode: 128,
  stdout: '',
  stderr: "fatal: ambiguous argument 'origin/master...50e1fa0d3274d7715963af79325e00b882d3d8d4': unknown revision or path not in the working tree.\n" +
    "Use '--' to separate paths from revisions, like this:\n" +
    "'git <command> [<revision>...] -- [<file>...]'\n"
}
Error: HttpError: Resource not accessible by integration
    at /home/runner/work/_actions/sidx[10](https://github.com/SVG-Edit/svgedit/actions/runs/3633311545/jobs/6170461502#step:5:11)24/report-nyc-coverage-github-action/v1.2.6/dist/index.js:4960:[21](https://github.com/SVG-Edit/svgedit/actions/runs/3633311545/jobs/6170461502#step:5:22)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async run (/home/runner/work/_actions/sidx10[24](https://github.com/SVG-Edit/svgedit/actions/runs/3633311545/jobs/6170461502#step:5:25)/report-nyc-coverage-github-action/v1.2.6/dist/index.js:10250:5)

Screenshot image

luber avatar Dec 11 '22 17:12 luber

I believe it's fixed in the main branch...can you check with your PR?

jfhenon avatar Dec 11 '22 22:12 jfhenon

In fact, it may be related to the fact that the PR is not on the SVG-Edit repository...

jfhenon avatar Dec 11 '22 22:12 jfhenon