-
-
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
feat: add include_orgs
card variable
#2277
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportBase: 96.79% // Head: 96.81% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #2277 +/- ##
==========================================
+ Coverage 96.79% 96.81% +0.02%
==========================================
Files 22 22
Lines 3835 3862 +27
Branches 328 331 +3
==========================================
+ Hits 3712 3739 +27
Misses 121 121
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. |
@anuraghazra Are there any problems with merging this PRs other than the results being skewed because of #1852? |
@anuraghazra Maybe we should add a note about #1852 in the readme when merging this PR. |
5fb41f7
to
325044a
Compare
This pull request adds experimental Organization support. Users can include stats from Organization repositories to which they are collaborators using the `include_orgs` card argument. Please be aware that because of #1852, only the first 100 repositories are used. Including organization, stats might therefore skew your results. Co-authored-by: Raymond Nook <[email protected]>
325044a
to
06aee4f
Compare
86aafe8
to
8bc69e7
Compare
Replaced by #2459 since I don't mind giving people more control. |
This pull request adds experimental Organization support. Users can include stats from Organization repositories to which they are collaborators using the
include_orgs
card argument. Please be aware that because of #1852, only the first 100 repositories are used. Including organization, stats might therefore skew your results.TODOs