dotnet / winforms

Windows Forms is a .NET UI framework for building Windows desktop applications.
MIT License
4.38k stars 971 forks source link

Add unit tests for TextBoxActionList #12198

Closed MelonWang1 closed 6 days ago

MelonWang1 commented 1 week ago

Related https://github.com/dotnet/winforms/issues/10773

Proposed changes

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 75.38943%. Comparing base (66894e2) to head (c928d9a). Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #12198 +/- ## =================================================== + Coverage 75.34760% 75.38943% +0.04183% =================================================== Files 3099 3100 +1 Lines 634429 634451 +22 Branches 46874 46874 =================================================== + Hits 478027 478309 +282 + Misses 152989 152732 -257 + Partials 3413 3410 -3 ``` | [Flag](https://app.codecov.io/gh/dotnet/winforms/pull/12198/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | Coverage Δ | | |---|---|---| | [Debug](https://app.codecov.io/gh/dotnet/winforms/pull/12198/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `75.38943% <100.00000%> (+0.04183%)` | :arrow_up: | | [integration](https://app.codecov.io/gh/dotnet/winforms/pull/12198/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `17.99846% <ø> (+0.07047%)` | :arrow_up: | | [production](https://app.codecov.io/gh/dotnet/winforms/pull/12198/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `48.76677% <ø> (+0.09176%)` | :arrow_up: | | [test](https://app.codecov.io/gh/dotnet/winforms/pull/12198/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `97.02681% <100.00000%> (-0.00011%)` | :arrow_down: | | [unit](https://app.codecov.io/gh/dotnet/winforms/pull/12198/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `45.80146% <ø> (+0.00844%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet#carryforward-flags-in-the-pull-request-comment) to find out more.