-
Notifications
You must be signed in to change notification settings - Fork 27
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
🐛 Use list instead of set when building the expected result #6796
🐛 Use list instead of set when building the expected result #6796
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6796 +/- ##
===========================================
- Coverage 89.08% 71.22% -17.87%
===========================================
Files 1414 615 -799
Lines 56697 30853 -25844
Branches 1441 318 -1123
===========================================
- Hits 50510 21975 -28535
- Misses 5987 8818 +2831
+ Partials 200 60 -140
Continue to review full report in Codecov by Sentry.
|
Quality Gate passedIssues Measures |
What do these changes do?
Use
list
instead ofset
so the expected JSON representation has a correct order of items.Related issue/s
How to test
Dev-ops checklist