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

feat: Apply field rules to getter and setter methods #1044

Merged
merged 1 commit into from
Oct 17, 2023
Merged

Conversation

tangcent
Copy link
Owner

close #1037

@tangcent tangcent added the type: enhancement New feature or request label Oct 15, 2023
@codecov
Copy link

codecov bot commented Oct 15, 2023

Codecov Report

Merging #1044 (fa7566b) into master (b9fbfee) will decrease coverage by 0.039%.
The diff coverage is 74.138%.

Additional details and impacted files

Impacted file tree graph

@@               Coverage Diff               @@
##              master     #1044       +/-   ##
===============================================
- Coverage     62.165%   62.126%   -0.039%     
+ Complexity      2246      2242        -4     
===============================================
  Files            243       243               
  Lines          11817     11834       +17     
  Branches        2918      2921        +3     
===============================================
+ Hits            7346      7352        +6     
- Misses          2913      2918        +5     
- Partials        1558      1564        +6     
Flag Coverage Δ
unittests 62.126% <74.138%> (-0.039%) ⬇️

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

Files Coverage Δ
...idea/plugin/api/export/core/ClassExportRuleKeys.kt 100.000% <ø> (ø)
...m/itangcent/idea/utils/ContextualPsiClassHelper.kt 75.238% <100.000%> (+4.104%) ⬆️
...m/itangcent/idea/utils/CustomizedPsiClassHelper.kt 75.000% <66.667%> (-4.545%) ⬇️
.../idea/plugin/api/export/yapi/YapiPsiClassHelper.kt 57.143% <54.545%> (-9.524%) ⬇️
...com/itangcent/idea/plugin/rule/MyStringRuleMode.kt 64.706% <57.143%> (-35.294%) ⬇️

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 b9fbfee...fa7566b. Read the comment docs.

@tangcent tangcent merged commit 0638498 into master Oct 17, 2023
10 checks passed
@tangcent tangcent mentioned this pull request Oct 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Getter方法配合@JsonIgnore无效
1 participant