-
-
Notifications
You must be signed in to change notification settings - Fork 926
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
Organization index and show #5187
base: master
Are you sure you want to change the base?
Conversation
a7dd8f1
to
ac32613
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5187 +/- ##
===========================================
- Coverage 96.85% 16.56% -80.29%
===========================================
Files 456 460 +4
Lines 9511 12017 +2506
===========================================
- Hits 9212 1991 -7221
- Misses 299 10026 +9727 ☔ View full report in Codecov by Sentry. |
23b87bc
to
82e857d
Compare
8521bc3
to
d796b1b
Compare
ede3a97
to
52f2075
Compare
cc307c5
to
8b9ea90
Compare
4a509ad
to
b3c7f03
Compare
Index is a section of the dashboard. Show is the organization view page. Edit is organization settings
8b9ea90
to
5deb9bb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks good, but the CodeCov is picking up that we're missing a fair amount of tests for the various paths being added.
Index is a section of the dashboard.
Show is the organization view page.
We may need to separate out the private and public view of an org, but this is a rough start.