-
Notifications
You must be signed in to change notification settings - Fork 5
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
Kcgallagher bugfix default workflows 268 #270
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #270 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 110 110
Lines 3865 3876 +11
=========================================
+ Hits 3865 3876 +11 ☔ View full report in Codecov by Sentry. |
@KCGallagher Theres a typo but I didnt submit my review before it got merged: #271 is where i moved the suggestions Thanks for fixing so promptly |
Thanks for these suggestions Richard - I have approved the new PR where you make these. |
Resolving bugs identified in #268. Initial attempts to clean up examples directory (as detailed in #269), however this is a longer project and I want to push this bugfix so that external users can work with the code.
No major functionality changes. Key bugs resolved:
Subsequently also had to update node versions for github actions. Updated all from python 3.8 -> 3.11 simultaneously.
Fixes #268.