-
-
Notifications
You must be signed in to change notification settings - Fork 23.7k
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
Hide specific languages in "Top languages" card #150
Hide specific languages in "Top languages" card #150
Conversation
Codecov Report
@@ Coverage Diff @@
## master #150 +/- ##
==========================================
+ Coverage 94.47% 94.69% +0.21%
==========================================
Files 15 15
Lines 362 377 +15
Branches 107 112 +5
==========================================
+ Hits 342 357 +15
Misses 16 16
Partials 4 4
Continue to review full report at Codecov.
|
Shouldn't it be a change in the request instead? Changing the request might recompute automatically the other percentages. For example if I contributed to |
@martinRenou I'm pretty sure in order to recompute the percentage values, all we have to do is hide the languages before computing the total size |
Yes the calculations should be relative to how many langs are shown |
…the list of provided languages to hide
…shi/github-readme-stats into arjunmahishi-feature/hide-languages
LGTM Thanks @arjunmahishi Note: I've deprecated hide_langs_below option. |
Thanks for the amazing work, this repo deserves every single star it gets ;) |
Addressing #140