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: MarkdownFormatter#AbstractObjectFormatter #536

Merged
merged 1 commit into from
Jul 17, 2021
Merged

Conversation

tangcent
Copy link
Owner

always reset inStream to -1


fix #535

@tangcent tangcent added the type: bug Something isn't working label Jul 15, 2021
@codecov-commenter
Copy link

codecov-commenter commented Jul 15, 2021

Codecov Report

Merging #536 (1c770c1) into master (b8b9903) will increase coverage by 0.679%.
The diff coverage is 58.228%.

Impacted file tree graph

@@               Coverage Diff               @@
##              master      #536       +/-   ##
===============================================
+ Coverage     40.184%   40.863%   +0.679%     
- Complexity      1527      1546       +19     
===============================================
  Files            199       199               
  Lines          11522     11524        +2     
  Branches        2582      2582               
===============================================
+ Hits            4630      4709       +79     
+ Misses          5904      5822       -82     
- Partials         988       993        +5     
Flag Coverage Δ
unittests 40.863% <58.228%> (+0.679%) ⬆️

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

Impacted Files Coverage Δ
...ain/kotlin/com/itangcent/intellij/util/FileType.kt 88.889% <0.000%> (-11.111%) ⬇️
...ea/plugin/api/export/markdown/MarkdownFormatter.kt 62.278% <52.941%> (+20.434%) ⬆️
.../plugin/api/export/markdown/MarkdownApiExporter.kt 62.222% <60.976%> (+15.556%) ⬆️
...c/main/kotlin/com/itangcent/common/kit/KitUtils.kt 90.000% <100.000%> (+0.811%) ⬆️
...in/api/export/spring/SpringRequestClassExporter.kt 28.723% <0.000%> (ø)
...pi/export/generic/GenericMethodDocClassExporter.kt 47.727% <0.000%> (ø)
...dea/plugin/api/export/core/RequestClassExporter.kt 52.723% <0.000%> (+0.743%) ⬆️
...ngcent/idea/plugin/api/DefaultMethodInferHelper.kt 42.414% <0.000%> (+1.034%) ⬆️
...api/export/core/DefaultMethodDocBuilderListener.kt 91.667% <0.000%> (+8.333%) ⬆️

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 b8b9903...1c770c1. Read the comment docs.

@tangcent tangcent force-pushed the bugfix/#535 branch 2 times, most recently from 8640702 to df76acb Compare July 16, 2021 14:59
@tangcent tangcent merged commit 9890a4f into master Jul 17, 2021
@tangcent tangcent deleted the bugfix/#535 branch July 17, 2021 01:26
@tangcent tangcent mentioned this pull request Aug 1, 2021
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.

导出rpc文档为markdown响应数据表格缺失
2 participants