-
Notifications
You must be signed in to change notification settings - Fork 181
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
Issue/676 improve developer experience #677
Issue/676 improve developer experience #677
Conversation
@bennettscience do you have a moment to review this request? |
I should have looked more carefully - your imports need to be sorted alphabetically on line 3, so Follow the contributing guide so you run all the applicable style checks before committing again to avoid a build failure. |
My apologies. My code is now passing the code-style checks. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #677 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 74 74
Lines 3761 3764 +3
=========================================
+ Hits 3761 3764 +3 ☔ View full report in Codecov by Sentry. |
This all looks good to me. Tests ran locally, updated the Authors and Changelog. |
Proposed Changes
Fixes #676 part 1.
See this comment for screenshots of the result.