sclorg / testing-farm-as-github-action

GitHub Action to execute tests by Testing Farm and update Pull Request status
MIT License
13 stars 11 forks source link

fix: limit size of status description to 140 character #187

Closed jamacku closed 3 months ago

jamacku commented 3 months ago
HttpError: Validation Failed: {"resource":"Status","code":"custom","field":"description","message":"description is too long (maximum is 140 characters)"} - https://docs.github.com/rest/commits/statuses#create-a-commit-status
    at file:///home/runner/work/_actions/sclorg/testing-farm-as-github-action/v2/node_modules/@octokit/core/node_modules/@octokit/request/dist-bundle/index.js:106:1
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at Job.doExecute (file:///home/runner/work/_actions/sclorg/testing-farm-as-github-action/v2/node_modules/bottleneck/light.js:405:1)
codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.32%. Comparing base (5e49921) to head (e9f9e32).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #187 +/- ## ======================================= Coverage 88.32% 88.32% ======================================= Files 10 10 Lines 685 685 Branches 70 72 +2 ======================================= Hits 605 605 Misses 78 78 Partials 2 2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

zmiklank commented 3 months ago

[test]