danhunsaker / clover-reporter-action

Comments a pull request with the jest code coverage
5 stars 8 forks source link

Comment length too long! #2

Open danhunsaker opened 3 years ago

danhunsaker commented 3 years ago

GitHub only supports comments up to 65534 bytes in length. We (and the upstream) need to figure out how to safely split (or simply truncate) reports that are longer.

harnash commented 2 years ago

@danhunsaker could we at least port change that will only process changed files?

filter-changed-files:
    description: Set to true to only comment with coverage on files changed in this commit
    required: false
    default: false
MDG-DYell commented 1 year ago

I hit this issue as well, which is a shame as it looks like a good action