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

Introduce c8 check coverage #25

Merged
merged 3 commits into from Apr 22, 2024
Merged

Conversation

Palaxx
Copy link
Contributor

@Palaxx Palaxx commented Apr 15, 2024

resolve: #23

Hello @mcollina,
this PR introduce five new parameters which can be used to activate the c8 check coverage and configure his thresholds.

# default 100% coverage requested
borp --coverage --check-coverage

# configured thresholds
borp --coverage --check-coverage --lines 99 --functions 98 --branches 95 --statements 99

@Palaxx Palaxx marked this pull request as ready for review April 15, 2024 15:41
Copy link
Owner

@mcollina mcollina left a comment

Choose a reason for hiding this comment

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

lgtm

@mcollina mcollina merged commit 76e116e into mcollina:main Apr 22, 2024
5 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.

Check coverage with borp?
2 participants