scality / runner-manager

Service to manage github Actions self-hosted runners
https://scality.github.io/runner-manager/
Apache License 2.0
7 stars 7 forks source link

PTFE-1575 Upgrade githubkit to latest version #555

Closed tcarmet closed 4 months ago

tcarmet commented 4 months ago

GitHub most likely made some updates and small tweaks to the data it sends with webhook, and the runner-manager is currently raising some 422 errors when receiving some of them.

Updating githubkit to the latest version available to benefit from the latest changes/updates within GitHub's API.

codecov-commenter commented 4 months ago

Codecov Report

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

Project coverage is 85.95%. Comparing base (13d7daf) to head (e6f0ad2).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #555 +/- ## =========================================== + Coverage 67.71% 85.95% +18.23% =========================================== Files 31 31 Lines 1211 1210 -1 =========================================== + Hits 820 1040 +220 + Misses 391 170 -221 ``` | [Flag](https://app.codecov.io/gh/scality/runner-manager/pull/555/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scality) | Coverage Δ | | |---|---|---| | [api](https://app.codecov.io/gh/scality/runner-manager/pull/555/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scality) | `67.52% <93.54%> (-0.20%)` | :arrow_down: | | [unit](https://app.codecov.io/gh/scality/runner-manager/pull/555/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scality) | `70.82% <83.87%> (?)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scality#carryforward-flags-in-the-pull-request-comment) to find out more.

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