lejard-h / chopper

Chopper is an http client generator using source_gen and inspired from Retrofit.
https://hadrien-lejard.gitbook.io/chopper
Other
714 stars 123 forks source link

:arrow_up: update Github actions #594

Closed techouse closed 8 months ago

techouse commented 8 months ago

This should fix all the CI warnings like

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
codecov[bot] commented 8 months ago

Codecov Report

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

Project coverage is 93.52%. Comparing base (84471e4) to head (1532c75).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #594 +/- ## ======================================== Coverage 93.52% 93.52% ======================================== Files 12 12 Lines 463 463 ======================================== Hits 433 433 Misses 30 30 ```

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

techouse commented 8 months ago

Looks like the it's still gonna complain about Codecov because we can not update to v4 🤷 https://github.com/lejard-h/chopper/pull/572

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Guldem commented 8 months ago

That's annoying.. Would an alternative be a viable option? I'm not really familiar with code coverage services..