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: refined config behavior for mocking enum fields #1008

Merged
merged 1 commit into from
Aug 5, 2023
Merged

Conversation

tangcent
Copy link
Owner

@tangcent tangcent commented Aug 4, 2023

@tangcent tangcent added the type: bug Something isn't working label Aug 4, 2023
@codecov
Copy link

codecov bot commented Aug 4, 2023

Codecov Report

Merging #1008 (af07bc1) into master (28d7111) will increase coverage by 0.405%.
The diff coverage is 88.889%.

Impacted file tree graph

@@               Coverage Diff               @@
##              master     #1008       +/-   ##
===============================================
+ Coverage     61.606%   62.011%   +0.405%     
- Complexity      2274      2288       +14     
===============================================
  Files            246       246               
  Lines          11942     11935        -7     
  Branches        2938      2935        -3     
===============================================
+ Hits            7357      7401       +44     
+ Misses          3021      2972       -49     
+ Partials        1564      1562        -2     
Flag Coverage Δ
unittests 62.011% <88.889%> (+0.405%) ⬆️

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

Files Changed Coverage Δ
...gcent/idea/plugin/api/export/yapi/YapiFormatter.kt 56.893% <88.889%> (+8.644%) ⬆️

... and 5 files with indirect coverage changes


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 28d7111...af07bc1. Read the comment docs.

@tangcent tangcent merged commit 807de75 into master Aug 5, 2023
@tangcent tangcent mentioned this pull request Aug 6, 2023
@tangcent tangcent deleted the fix/1007 branch August 6, 2023 12:53
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] Mock 会覆盖 枚举的mock
1 participant