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

PR builds are failing on 'Report NYC Coverage' step #862

Open
luber opened this issue Dec 11, 2022 · 2 comments
Open

PR builds are failing on 'Report NYC Coverage' step #862

luber opened this issue Dec 11, 2022 · 2 comments
Labels

Comments

@luber
Copy link
Contributor

luber commented Dec 11, 2022

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/report-nyc-coverage-github-action@v1.2.6
/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

jfhenon added a commit that referenced this issue Dec 11, 2022
* migrate cypress
* clean local storage before each test
@jfhenon
Copy link
Collaborator

jfhenon commented Dec 11, 2022

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

@jfhenon
Copy link
Collaborator

jfhenon commented Dec 11, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants