Skip to content

#2704 codescan fix for strfmt.ObjectId #2705

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

Merged
merged 1 commit into from
Feb 3, 2022

Conversation

dimovnike
Copy link
Contributor

@dimovnike dimovnike commented Feb 2, 2022

fixes #2704 : strfmt.ObjectId is scanned back as an array of strings

Signed-off-by: Nick Dimov 3619341+dimovnike@users.noreply.github.com

Signed-off-by: Nick Dimov <3619341+dimovnike@users.noreply.github.com>
@codecov
Copy link

codecov bot commented Feb 2, 2022

Codecov Report

Merging #2705 (1805e96) into master (9939a8f) will decrease coverage by 0.04%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2705      +/-   ##
==========================================
- Coverage   82.95%   82.90%   -0.05%     
==========================================
  Files          55       55              
  Lines        9540     9543       +3     
==========================================
- Hits         7914     7912       -2     
- Misses       1113     1117       +4     
- Partials      513      514       +1     
Impacted Files Coverage Δ
codescan/schema.go 69.30% <0.00%> (-0.31%) ⬇️
generator/structs.go 82.68% <0.00%> (-1.12%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9939a8f...1805e96. Read the comment docs.

@casualjim casualjim merged commit 13f57ef into go-swagger:master Feb 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

strfmt.ObjectId is scanned back as an array of strings
2 participants