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: add rules param.name, param.type #1128

Merged
merged 1 commit into from
Apr 15, 2024
Merged

feat: add rules param.name, param.type #1128

merged 1 commit into from
Apr 15, 2024

Conversation

tangcent
Copy link
Owner

closes #1126

@tangcent tangcent added the type: new feature Add New Feature label Apr 14, 2024
@tangcent tangcent force-pushed the feature/rule branch 3 times, most recently from 3b76e99 to cdb7396 Compare April 15, 2024 00:39
Copy link

codecov bot commented Apr 15, 2024

Codecov Report

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

Project coverage is 62.073%. Comparing base (0cb6bb6) to head (489cd80).
Report is 1 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@               Coverage Diff               @@
##              master     #1128       +/-   ##
===============================================
+ Coverage     61.985%   62.073%   +0.088%     
  Complexity      2289      2289               
===============================================
  Files            250       250               
  Lines          12119     12126        +7     
  Branches        2997      2996        -1     
===============================================
+ Hits            7512      7527       +15     
+ Misses          3000      2994        -6     
+ Partials        1607      1605        -2     
Flag Coverage Δ
unittests 62.073% <63.750%> (+0.088%) ⬆️

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% <100.000%> (ø)
...gcent/idea/plugin/api/export/core/ExportContext.kt 94.595% <100.000%> (+11.261%) ⬆️
...ugin/api/export/jaxrs/JAXRSRequestClassExporter.kt 68.041% <100.000%> (ø)
...ugin/api/export/spring/ActuatorEndpointExporter.kt 82.759% <ø> (ø)
...ugin/api/export/feign/FeignRequestClassExporter.kt 68.235% <0.000%> (ø)
...dea/plugin/api/export/core/RequestClassExporter.kt 60.771% <89.286%> (+1.274%) ⬆️
...in/api/export/spring/SpringRequestClassExporter.kt 34.074% <37.500%> (+0.370%) ⬆️
.../api/export/generic/GenericRequestClassExporter.kt 27.673% <11.765%> (-0.353%) ⬇️

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 0cb6bb6...489cd80. Read the comment docs.

@tangcent tangcent merged commit 887ba01 into master Apr 15, 2024
10 checks passed
@tangcent tangcent deleted the feature/rule branch April 15, 2024 13:39
@tangcent tangcent mentioned this pull request Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: new feature Add New Feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Question] 类型转换是否可以支持query传参
1 participant