-
Notifications
You must be signed in to change notification settings - Fork 3
Jerry test may 21 #165
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
base: main
Are you sure you want to change the base?
Jerry test may 21 #165
Conversation
the serializer was looking for the wrong fields, so this endpoint was not passing the build_url and job to the upload task which meant test result uploads have been missing that information
Sentry detected 5 potential issues in your recent changesTokenless upload handlers expect `job`, but API expects `code`, causing server crashes due to missing field.
Inconsistent field names between `test_results.py` and `bundle_analysis.py` may cause crashes due to unexpected `None` values.
`bundle_analysis.py` still uses old field names, causing bundle analysis uploads to fail.
The bundle analysis view uses `job` instead of `code`, potentially causing server crashes due to missing data.
The bundle analysis view uses `buildURL` instead of `buildUrl`, potentially causing server crashes due to missing data.
Did you find this useful? React with a 👍 or 👎 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #165 +/- ##
==========================================
+ Coverage 94.26% 94.27% +0.01%
==========================================
Files 1197 1199 +2
Lines 44760 44841 +81
Branches 1431 1431
==========================================
+ Hits 42193 42274 +81
Misses 2261 2261
Partials 306 306
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. 📢 Thoughts on this report? Let us know! |
bugbot run verbose=true |
1 similar comment
bugbot run verbose=true |
No description provided.