Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update codecov-action #38

Merged
merged 4 commits into from
Apr 11, 2024
Merged

Update codecov-action #38

merged 4 commits into from
Apr 11, 2024

Conversation

DanielAvdar
Copy link
Owner

The commit updates codecov-action from version 2 to version 3 in the continuous integration workflow. It also comments out the token used for codecov resulting in no token being passed. This may have implications on the codecov reporting and needs to be reviewed.

The commit updates codecov-action from version 2 to version 3 in the continuous integration workflow. It also comments out the token used for codecov resulting in no token being passed. This may have implications on the codecov reporting and needs to be reviewed.

Signed-off-by: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com>
The CI and CodeCov functionalities have been divided into two separate workflows. The 'ci.yml' file is now only responsible for running the tests, while the CodeCov process is handled in the new file 'codecov.yml'. This distribution provides greater clarity and makes managing the workflows easier.

Signed-off-by: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com>
The workflow configuration file for Codecov is updated. Changes include renaming the workflow from CI to Codecov, and also changing the job name from tests to upload-coverage-report, which more accurately reflects the primary function of this job.

Signed-off-by: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com>
The commit upgrades the `codecov` GitHub action to version 4. Also, the `CODECOV_TOKEN` is now specified in the `env` section to follow the new usage requirements set by `codecov-action@v4`. This update ensures we remain compliant with the latest standards.

Signed-off-by: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com>
Copy link

codecov bot commented Apr 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (30accc6) to head (219aa41).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #38   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines           59        59           
=========================================
  Hits            59        59           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@DanielAvdar DanielAvdar changed the title Update codecov-action to version 3 in CI workflow Update codecov-action Apr 11, 2024
@DanielAvdar DanielAvdar marked this pull request as ready for review April 11, 2024 19:22
@DanielAvdar DanielAvdar merged commit 99f4517 into main Apr 11, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant