-
Notifications
You must be signed in to change notification settings - Fork 429
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
fix: Move organisation tests to proper location #3041
fix: Move organisation tests to proper location #3041
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Uffizzi Preview |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3041 +/- ##
==========================================
- Coverage 95.73% 95.73% -0.01%
==========================================
Files 1046 1044 -2
Lines 30859 30855 -4
==========================================
- Hits 29544 29540 -4
Misses 1315 1315 ☔ View full report in Codecov by Sentry. |
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.
LGTM
Thanks for submitting a PR! Please check the boxes below:
pre-commit
to check lintingChanges
Move all of the organisations code over to the the test suite, merging with existing files where existing.
How did you test this code?
Ran the test suite locally to make sure that any conftests or other issues didn't clobber the tests.