feat(form): Support default values for collections in form binding#4048
feat(form): Support default values for collections in form binding#4048appleboy merged 1 commit intogin-gonic:masterfrom
Conversation
9ef9fbb to
5fb3ad0
Compare
|
@appleboy updated the PR and fixed the issue with golangci-lint |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4048 +/- ##
==========================================
- Coverage 99.21% 99.07% -0.14%
==========================================
Files 42 44 +2
Lines 3182 2811 -371
==========================================
- Hits 3157 2785 -372
+ Misses 17 15 -2
- Partials 8 11 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
@appleboy updated the PR to fix the test coverage issue |
|
@appleboy I don't know how else to increase coverage since all of my code is 100% covered - the "codecov/patch" says I saw that you approved this other PR 2 weeks ago with worse project coverage than my PR, so it looks like my PR is actually making the overall coverage better than it was previously. If there's no other issue, I hope you can approve it? |


masterThis PR adds support for default values for the "multi" and "csv" collection_format binding types introduced in PR #3986.
closes #2744