-
Notifications
You must be signed in to change notification settings - Fork 23
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
Update fetch results #779
Update fetch results #779
Conversation
this allows us to later deduplicate and remove the unit_results key from results dicts
current raw results are only one replicate, should probably have multiple repeats to test raw output
could instead normalise the whitespace to be more permissive...
Hello @richardjgowers! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2024-03-27 01:46:36 UTC |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #779 +/- ##
==========================================
- Coverage 93.58% 92.31% -1.28%
==========================================
Files 133 133
Lines 9768 9767 -1
==========================================
- Hits 9141 9016 -125
- Misses 627 751 +124
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I've checked locally that the results of |
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, just a suggestion to removed some commented out code.
Co-authored-by: Mike Henry <[email protected]>
fixes the tarball used for gather command for new Settings
re-enables the tests for gather than I'd previously marked as xfail while we were hashing out the new settings