amaljosea opened this issue 2 years ago · 1 comments
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.