We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
ArtiomTr
No branches or pull requests
We have around 258 changed files.
The text was updated successfully, but these errors were encountered: