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

Coverage report with codecov instead of codeclimate #6039

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

richtja
Copy link
Contributor

@richtja richtja commented Oct 9, 2024

This is an update for avocado coverage workflow. It changes the coverage reporting tool from codeclimate to codecov since the codecov hasn't been reliable for some time.

For now, the coverage check is set to informational. This means that we will get the reports, but the PRs won't be blocked by changes in coverage. I plan to change this when we make sure that this workflow is stable.

Reference: #6035


You can see the working coverage report in richtja#23

@richtja richtja self-assigned this Oct 9, 2024
@richtja richtja linked an issue Oct 9, 2024 that may be closed by this pull request
Copy link

codecov bot commented Oct 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.47%. Comparing base (5e122fd) to head (d5569ca).
Report is 3357 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##           master    #6039       +/-   ##
===========================================
- Coverage   69.15%   54.47%   -14.69%     
===========================================
  Files         139      202       +63     
  Lines       17241    21874     +4633     
===========================================
- Hits        11923    11915        -8     
- Misses       5318     9959     +4641     

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

@richtja
Copy link
Contributor Author

richtja commented Oct 10, 2024

The CI errors are fixed in #6040, when that will be merged I will do the rebase.

This is an update for avocado coverage workflow. It changes the coverage
reporting tool from codeclimate to codecov since the codecov hasn't been
reliable for some time.

Reference: avocado-framework#6035
Signed-off-by: Jan Richter <jarichte@redhat.com>
Copy link
Contributor

@clebergnu clebergnu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@clebergnu clebergnu merged commit 19ab1e2 into avocado-framework:master Oct 15, 2024
58 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done 109
Development

Successfully merging this pull request may close these issues.

Test coverage
2 participants