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: resolve comment for custom enum field #1112

Merged
merged 1 commit into from
Mar 28, 2024
Merged

fix: resolve comment for custom enum field #1112

merged 1 commit into from
Mar 28, 2024

Conversation

tangcent
Copy link
Owner

fix #1108

@tangcent tangcent added the type: bug Something isn't working label Mar 24, 2024
Copy link

codecov bot commented Mar 24, 2024

Codecov Report

Attention: Patch coverage is 26.66667% with 11 lines in your changes are missing coverage. Please review.

Project coverage is 62.009%. Comparing base (8ab2b5f) to head (ed7cc14).

Additional details and impacted files

Impacted file tree graph

@@               Coverage Diff               @@
##              master     #1112       +/-   ##
===============================================
- Coverage     62.051%   62.009%   -0.042%     
  Complexity      2285      2285               
===============================================
  Files            249       249               
  Lines          12090     12095        +5     
  Branches        2982      2983        +1     
===============================================
- Hits            7502      7500        -2     
- Misses          2992      2998        +6     
- Partials        1596      1597        +1     
Flag Coverage Δ
unittests 62.009% <26.667%> (-0.042%) ⬇️

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

Files Coverage Δ
...rc/main/kotlin/com/itangcent/common/kit/KVUtils.kt 92.500% <100.000%> (ø)
...ugin/settings/helper/RemoteConfigSettingsHelper.kt 70.588% <0.000%> (ø)
...-api/src/main/kotlin/com/itangcent/utils/AnyKit.kt 90.625% <33.333%> (-5.927%) ⬇️
...ent/idea/plugin/api/export/core/CommentResolver.kt 32.203% <33.333%> (-5.728%) ⬇️
...dea/plugin/api/export/core/RequestClassExporter.kt 59.497% <0.000%> (-0.136%) ⬇️

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8ab2b5f...ed7cc14. Read the comment docs.

@tangcent tangcent merged commit f3f8aa8 into master Mar 28, 2024
10 checks passed
@tangcent tangcent deleted the bugfix/1108 branch March 28, 2024 23:40
@tangcent tangcent mentioned this pull request Mar 31, 2024
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] 直接使用枚举作为请求参数时,没有按照配置生成备注信息
1 participant