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

feat: add minimum covered ratio rate #507

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

maxday
Copy link
Contributor

@maxday maxday commented Aug 14, 2024

Description of changes:
Add a minimum ratio (current value) for code coverage.
This will raise an error if coverage ratio is not met:
Screenshot 2024-08-14 at 14 46 45

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Copy link

@m-rph m-rph left a comment

Choose a reason for hiding this comment

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

Thanks Max!

Copy link

codecov bot commented Aug 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 50.00%. Comparing base (7206b7f) to head (878e8d0).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #507   +/-   ##
=========================================
  Coverage     50.00%   50.00%           
  Complexity      182      182           
=========================================
  Files            47       47           
  Lines          1150     1150           
  Branches        149      149           
=========================================
  Hits            575      575           
  Misses          518      518           
  Partials         57       57           

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

@maxday maxday merged commit 7b6f743 into main Aug 14, 2024
4 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.

3 participants