Skip to content

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
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