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(markdown): added support for --target flag #3009

Merged
merged 1 commit into from
Dec 22, 2023

Conversation

fredbi
Copy link
Contributor

@fredbi fredbi commented Dec 21, 2023

This PR allows the generate markdown command to abide by the --target flag like other commands.

This PR allows the generate markdown command to abide by the --target
flag like other commands.

* fixes go-swagger#2938

Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
Copy link

codecov bot commented Dec 22, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d4dc0b3) 82.85% compared to head (759882a) 0.00%.
Report is 131 commits behind head on master.

❗ Current head 759882a differs from pull request most recent head c9ba756. Consider uploading reports for the commit c9ba756 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #3009       +/-   ##
==========================================
- Coverage   82.85%       0   -82.86%     
==========================================
  Files          55       0       -55     
  Lines        9710       0     -9710     
==========================================
- Hits         8045       0     -8045     
+ Misses       1138       0     -1138     
+ Partials      527       0      -527     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fredbi fredbi merged commit cd75183 into go-swagger:master Dec 22, 2023
15 checks passed
@fredbi fredbi deleted the fix/2938-generate-markdown branch December 22, 2023 13:14
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.

swagger generate markdown doesn't respect both '--output' and '--target'
2 participants