-
Notifications
You must be signed in to change notification settings - Fork 610
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
Include query parameters and headers in the generated Postman collection. #537
Conversation
Thanks. Please update the tests. |
Codecov Report
@@ Coverage Diff @@
## master #537 +/- ##
============================================
+ Coverage 90.72% 90.88% +0.16%
- Complexity 289 290 +1
============================================
Files 14 14
Lines 679 691 +12
============================================
+ Hits 616 628 +12
Misses 63 63
Continue to review full report at Codecov.
|
@shalvah sorry, I had missed the tests. I have now:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work. A few minor changes to go...
@shalvah applied your changes, please take another look. I'd suggest using GitHub's "Squash and Merge" function when merging to reduce the number of commits in the main repo's history. |
Nice work! |
Fixes #485.