-
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
Change Halstead implementation #224
Change Halstead implementation #224
Conversation
Codecov Report
@@ Coverage Diff @@
## master #224 +/- ##
==========================================
+ Coverage 16.76% 17.28% +0.52%
==========================================
Files 46 46
Lines 5899 5918 +19
Branches 698 698
==========================================
+ Hits 989 1023 +34
+ Misses 4515 4493 -22
- Partials 395 402 +7
Continue to review full report at Codecov.
|
45fb0f5
to
2386cb8
Compare
Could you make a PR with the tests only and then we can see if the refactoring doesn't introduce any regression ? |
Yep, good idea, thanks! :) |
Please rebase. |
a8375d2
to
f42e470
Compare
The new |
f42e470
to
a877bcf
Compare
Now it works, I forgot to update the |
Can we merge this PR, please? |
a877bcf
to
fdcfd13
Compare
In this way
CodeMetrics
is independent from lifetimes.Thanks in advance for your review! :)