-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
fix: fetch all repos for for the stats card #2100
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
Conversation
@MatteoPierro is attempting to deploy a commit to the github readme stats Team on Vercel. A member of the Team first needs to authorize it. |
Amazing! I will take a look later this week. We are trying to keep up with the great amount of PRs we receive because of the Hacktober fest 🔥 😅. |
great. This is for the Hacktober fest as well 😅 |
Ha great, you decided to be part of this fantastic event! 🚀 I am attaching the [hacktoberfest-accepted] label to all PR made in October, so all accepted PR should count. |
Codecov ReportBase: 97.41% // Head: 97.32% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #2100 +/- ##
==========================================
- Coverage 97.41% 97.32% -0.09%
==========================================
Files 22 22
Lines 3481 3592 +111
Branches 316 322 +6
==========================================
+ Hits 3391 3496 +105
- Misses 89 95 +6
Partials 1 1
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. |
* fetch all stars * stop fetching when there are repos with zero stars * remove not needed parameters from the query * add docstring * removed not needed mock * style: update formatting Co-authored-by: rickstaa <rick.staa@outlook.com>
* fetch all stars * stop fetching when there are repos with zero stars * remove not needed parameters from the query * add docstring * removed not needed mock * style: update formatting Co-authored-by: rickstaa <rick.staa@outlook.com>
* fetch all stars * stop fetching when there are repos with zero stars * remove not needed parameters from the query * add docstring * removed not needed mock * style: update formatting Co-authored-by: rickstaa <rick.staa@outlook.com>
This fixed #1177 only for the stats card part