HttpError: Body is too long (maximum is 65536 characters) #404
Open
Description
Describe a bug
When procession huge test data (I guess)at some point the github api returns a HttpError with the message "Body is too long (maximum is 65536 characters)" .
Expected behavior
optional way of disabling the reporting to the gh api.
Details
-
Action version: 2.2.6
-
OS, where your action is running (windows, linux): linux
-
action.yml file
name: CI Build and test on: pull_request: workflow_dispatch: push: branches: - main - dev jobs: coverageTest: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: ArtiomTr/jest-coverage-report-action@v2.2.6 with: output: comment annotations: none
-
Screenshots
<!-- If you encounter an incorrect coverage comment display, replace this comment with screenshot --> <!-- If your action unexpectedly fails, please replace this comment with a screenshot of your console -->