swag icon indicating copy to clipboard operation
swag copied to clipboard

Fix: query tag parsing

Open Ferrany1 opened this issue 3 years ago • 2 comments

Describe the PR query tag parsing

Relation issue https://github.com/swaggo/swag/issues/1250

Ferrany1 avatar Jul 05 '22 19:07 Ferrany1

Codecov Report

Merging #1251 (f359c27) into master (bd21bb0) will decrease coverage by 0.07%. The diff coverage is 100.00%.

:exclamation: Current head f359c27 differs from pull request most recent head 365b8a7. Consider uploading reports for the commit 365b8a7 to get more accurate results

@@            Coverage Diff             @@
##           master    #1251      +/-   ##
==========================================
- Coverage   94.99%   94.92%   -0.08%     
==========================================
  Files          14       14              
  Lines        2618     2621       +3     
==========================================
+ Hits         2487     2488       +1     
- Misses         72       73       +1     
- Partials       59       60       +1     
Impacted Files Coverage Δ
operation.go 96.66% <ø> (ø)
field_parser.go 98.58% <100.00%> (+0.01%) :arrow_up:
generics.go 91.04% <0.00%> (-2.99%) :arrow_down:

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 bd21bb0...365b8a7. Read the comment docs.

codecov[bot] avatar Jul 05 '22 19:07 codecov[bot]

Codecov Report

Merging #1251 (f359c27) into master (bd21bb0) will decrease coverage by 0.07%. The diff coverage is 100.00%.

❗ Current head f359c27 differs from pull request most recent head 365b8a7. Consider uploading reports for the commit 365b8a7 to get more accurate results

@@            Coverage Diff             @@
##           master    #1251      +/-   ##
==========================================
- Coverage   94.99%   94.92%   -0.08%     
==========================================
  Files          14       14              
  Lines        2618     2621       +3     
==========================================
+ Hits         2487     2488       +1     
- Misses         72       73       +1     
- Partials       59       60       +1     

Impacted Files Coverage Δ operation.go 96.66% <ø> (ø) field_parser.go 98.58% <100.00%> (+0.01%) ⬆️ generics.go 91.04% <0.00%> (-2.99%) ⬇️ 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 bd21bb0...365b8a7. Read the comment docs.

Actually generics.go wasn't directly affected

Ferrany1 avatar Jul 05 '22 19:07 Ferrany1