eclipse / kapua

Eclipse Public License 2.0
222 stars 160 forks source link

:arrow_up: [CI] Updated GitHub Actions for test coverage reports from Codecov Bash Uploader to codecov-action v4 #4027

Closed Coduz closed 4 months ago

Coduz commented 4 months ago

:arrow_up: [CI] Updated GitHub Actions for test coverage reports from Codecov Bash Uploader to codecov-action v4 This fixes GitHub Actions integration with Codecov coverage report upload

Related Issue None

Description of the solution adopted Updated the component that uploads the result from the deprecated Bash Uploader to the new Codecov CLI wrapped by the Codecov CLI Github Action step.

Screenshots None

Any side note on the changes made None

codecov-commenter commented 4 months ago

Codecov Report

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

Project coverage is 16.78%. Comparing base (fe4a129) to head (b41c2ad).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/eclipse/kapua/pull/4027/graphs/tree.svg?width=650&height=150&src=pr&token=1P4N4CApH8&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=eclipse)](https://app.codecov.io/gh/eclipse/kapua/pull/4027?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=eclipse) ```diff @@ Coverage Diff @@ ## develop #4027 +/- ## ========================================== Coverage 16.78% 16.78% Complexity 10 10 ========================================== Files 1987 1987 Lines 51835 51835 Branches 4422 4422 ========================================== Hits 8702 8702 Misses 42730 42730 Partials 403 403 ```