You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
The developer-impact badge undercounted repos once an account passed 20
repositories. The GitHub GraphQL query capped the owned/collaborator repo
list at 20 results, silently dropping the least-recently-pushed repo (and
any activity it contributed) from the badge's repo count. The cap now
matches the query's existing 100-repo star/fork/watcher fetch.
Changed
Coverage is now reported to Portfolio on every develop push (previously
daily-only), so a repository's coverage badge doesn't go stale between
scheduled runs.