jest-coverage-report-action
jest-coverage-report-action copied to clipboard
HttpError: The patch could not be processed because too many files changed
We have around 258 changed files.
on:
pull_request:
jobs:
coverage:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- uses: ArtiomTr/jest-coverage-report-action@v2
id: coverage
with:
output: report-markdown
working-directory: frontend2
Same problem here. A workaround is disabling annotations:
...
with:
annotations: none
It seems it's not the number of files necessarily, it can be about the size of the files in the PR.