-
-
Notifications
You must be signed in to change notification settings - Fork 840
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
Add namespaces to tasks #7904
Add namespaces to tasks #7904
Conversation
✅ Deploy Preview for inventree-web-pui-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
easier for future refactors
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7904 +/- ##
==========================================
+ Coverage 83.81% 83.83% +0.02%
==========================================
Files 1142 1142
Lines 50960 50959 -1
Branches 1783 1783
==========================================
+ Hits 42712 42724 +12
+ Misses 7795 7784 -11
+ Partials 453 451 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@SchrodingersGat all changed |
@SchrodingersGat this is ready for review and merge |
@matmair thanks for tackling this. Can you update the initial comment on the PR to show the latest output of |
@SchrodingersGat updated |
Thanks for working on this @matmair |
This PR adds namespaces to tasks (namely dev and int) and moves most tasks to these new namespaces. I decided against hiding the moved tasks from the listing command as that might be confusing to users.
Closes #7852