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

Remove method calculation in coverage metrics #23

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

jonnynews
Copy link
Contributor

Remove the calulations for methods, as the number of lines in these methods are covered as part of statements and coveredstatements

This commit simplifies the coverage metrics calculation by eliminating the counting of method-specific metrics. The focus is now solely on conditionals and statements, ensuring more streamlined and potentially faster processing.
@jonnynews jonnynews requested a review from m0hanraj as a code owner November 1, 2024 14:32
@m0hanraj m0hanraj merged commit 3c14f5d into codebtech:main Nov 1, 2024
1 check 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.

2 participants