Skip to content
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(templates): fixes go vet warning #330

Merged
merged 5 commits into from
Apr 30, 2022
Merged

fix(templates): fixes go vet warning #330

merged 5 commits into from
Apr 30, 2022

Conversation

thmeitz
Copy link
Contributor

@thmeitz thmeitz commented Apr 30, 2022

Fix #327
Fix #329

@codecov
Copy link

codecov bot commented Apr 30, 2022

Codecov Report

Merging #330 (8696326) into main (41863c9) will decrease coverage by 0.11%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #330      +/-   ##
==========================================
- Coverage   67.97%   67.86%   -0.12%     
==========================================
  Files         119      119              
  Lines        8023     8023              
==========================================
- Hits         5454     5445       -9     
- Misses       2228     2234       +6     
- Partials      341      344       +3     
Impacted Files Coverage Δ
openapi/parser/parse_components.go 91.89% <0.00%> (-8.11%) ⬇️
jsonschema/parser.go 80.12% <0.00%> (-1.90%) ⬇️

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 41863c9...8696326. Read the comment docs.

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.

go vet - unreachable code / double return bug go vet - composite literal uses unkeyed fields
2 participants