-
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
Fix cognitive metric when there are no functions #387
Conversation
Codecov Report
@@ Coverage Diff @@
## master #387 +/- ##
==========================================
- Coverage 23.29% 23.08% -0.21%
==========================================
Files 45 45
Lines 5491 5870 +379
Branches 805 826 +21
==========================================
+ Hits 1279 1355 +76
- Misses 3689 3988 +299
- Partials 523 527 +4
Continue to review full report at Codecov.
|
I propose to use the 0 approach instead of the Perhaps we could add a comment to the code in order to explain our approach. What do you think? |
I'm thinking we should use |
Seems good to me, I'm going to change the metrics in that way then |
Now it is ready |
* Add a way to compare NAN values in tests * Set cognitive average value to NAN when no functions
No description provided.