-
Notifications
You must be signed in to change notification settings - Fork 49
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
Implement BLANK metric #142
Conversation
Codecov Report
@@ Coverage Diff @@
## master #142 +/- ##
==========================================
- Coverage 14.88% 14.87% -0.01%
==========================================
Files 45 45
Lines 5764 5767 +3
Branches 684 686 +2
==========================================
Hits 858 858
- Misses 4626 4628 +2
- Partials 280 281 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx
Could you rebase please? |
Done! |
This PR implements the
BLANK
metric that counts the number of blank lines in a source file.Thanks in advance for your review! :)