-
Notifications
You must be signed in to change notification settings - Fork 28
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 totalSeatCount resolver on Account #853
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. 📢 Thoughts on this report? Let us know! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #853 +/- ##
=======================================
Coverage 96.28% 96.28%
=======================================
Files 818 818
Lines 18818 18822 +4
=======================================
+ Hits 18118 18122 +4
Misses 700 700
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
e315fe1
to
d0a25ee
Compare
Adds a resolver on Account to return totalSeatCount, which is the sum of plan seats and free seats.
Closes codecov/engineering-team#2556