-
Notifications
You must be signed in to change notification settings - Fork 10
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
Fix flags
being a list
in TestResults arguments
#731
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #731 +/- ##
==========================================
- Coverage 98.09% 98.07% -0.02%
==========================================
Files 434 434
Lines 36800 36800
==========================================
- Hits 36098 36091 -7
- Misses 702 709 +7
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
@@ Coverage Diff @@
## main #731 +/- ##
==========================================
- Coverage 98.09% 98.07% -0.02%
==========================================
Files 434 434
Lines 36800 36800
==========================================
- Hits 36098 36091 -7
- Misses 702 709 +7
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #731 +/- ##
==========================================
- Coverage 98.13% 98.12% -0.02%
==========================================
Files 475 475
Lines 38155 38155
==========================================
- Hits 37445 37438 -7
- Misses 710 717 +7
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #731 +/- ##
==========================================
- Coverage 98.09% 98.07% -0.02%
==========================================
Files 434 434
Lines 36800 36800
==========================================
- Hits 36098 36091 -7
- Misses 702 709 +7
Flags with carried forward coverage won't be shown. Click here to find out more.
|
cda37ed
to
900ac32
Compare
This fixes a regression from #718:
Seems like
flags
is a comma-separated string in all upload types exceptTestResults
, where it is already a list.Fixes ECDN-WORKER-D7C, fixes WORKER-PBY