-
-
Notifications
You must be signed in to change notification settings - Fork 23.1k
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
feature: Display Wakatime Editor, Category and OS Stats #1202
base: master
Are you sure you want to change the base?
Conversation
@distrustME is attempting to deploy a commit to the github readme stats Team on Vercel. A member of the Team first needs to authorize it. |
# Conflicts: # src/cards/wakatime-card.js
Codecov ReportBase: 96.65% // Head: 96.58% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #1202 +/- ##
==========================================
- Coverage 96.65% 96.58% -0.07%
==========================================
Files 22 22
Lines 3797 3809 +12
Branches 323 326 +3
==========================================
+ Hits 3670 3679 +9
- Misses 125 128 +3
Partials 2 2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
# Conflicts: # readme.md # src/cards/wakatime-card.js
The only test that is failing and preventing a successful build is |
# Conflicts: # readme.md
86aafe8
to
8bc69e7
Compare
Description
I've added a new query-parameter to display used editors. categories and os in wakatime. This feature was also requested in #1107. To do that I have refactored
renderWakatimeCard
to render the corresponding card depending on thegraph
query-parameter.I also wanted to rename the
langs_count
intounit_count
oritem_count
, but i think this might break earlier versions. That's whylangs_count
will also change the displayed editor-count.Code
graph
param inwakatime.js
andwakatime-card.js
Types of changes
Reference