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: fix api response in postman #923

Merged
merged 1 commit into from
Feb 26, 2023
Merged

fix: fix api response in postman #923

merged 1 commit into from
Feb 26, 2023

Conversation

tangcent
Copy link
Owner

fix #915

@tangcent tangcent added the type: bug Something isn't working label Feb 25, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #923 (d304541) into master (b074b4e) will increase coverage by 0.115%.
The diff coverage is 32.353%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Impacted file tree graph

@@               Coverage Diff               @@
##              master      #923       +/-   ##
===============================================
+ Coverage     60.390%   60.505%   +0.115%     
- Complexity      2305      2312        +7     
===============================================
  Files            262       264        +2     
  Lines          11934     11951       +17     
  Branches        2842      2843        +1     
===============================================
+ Hits            7207      7231       +24     
+ Misses          3325      3313       -12     
- Partials        1402      1407        +5     
Flag Coverage Δ
unittests 60.505% <32.353%> (+0.115%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...om/itangcent/idea/plugin/api/export/UrlSelector.kt 14.286% <14.286%> (ø)
...gcent/idea/plugin/api/export/yapi/YapiFormatter.kt 48.837% <20.000%> (+1.389%) ⬆️
...idea/plugin/api/export/postman/PostmanFormatter.kt 67.303% <50.000%> (+2.137%) ⬆️
.../src/main/kotlin/com/itangcent/common/model/URL.kt 63.492% <100.000%> (ø)
...tangcent/idea/plugin/rule/StandardJdkRuleParser.kt 65.625% <0.000%> (-2.557%) ⬇️
...rc/main/kotlin/com/itangcent/utils/NonReentrant.kt 100.000% <0.000%> (ø)
...in/com/itangcent/idea/utils/DefaultModuleHelper.kt 59.615% <0.000%> (+1.615%) ⬆️

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 b074b4e...d304541. Read the comment docs.

@tangcent tangcent merged commit 61d15f2 into master Feb 26, 2023
@tangcent tangcent mentioned this pull request Feb 27, 2023
@tangcent tangcent deleted the issue/915 branch February 28, 2023 00:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] The url in postman example is incomplete
2 participants