dotnet / winforms

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

Add unit tests for GroupBox #11688

Closed Liv-Goh closed 3 months ago

Liv-Goh commented 3 months ago

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

Proposed changes

Liv-Goh commented 3 months ago

@Liv-Goh please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.

@dotnet-policy-service agree [company="{your company}"]

Options:

  • (default - no company specified) I have sole ownership of intellectual property rights to my Submissions and I am not making Submissions in the course of work for my employer.
@dotnet-policy-service agree
  • (when company given) I am making Submissions in the course of work for my employer (or my employer has intellectual property rights in my Submissions by contract or applicable law). I have permission from my employer to make Submissions and enter into this Agreement on behalf of my employer. By signing below, the defined term “You” includes me and my employer.
@dotnet-policy-service agree company="Microsoft"

Contributor License Agreement

@dotnet-policy-service agree company="Microsoft"

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 74.65042%. Comparing base (d489380) to head (5332866). Report is 152 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #11688 +/- ## =================================================== + Coverage 74.34145% 74.65042% +0.30897% =================================================== Files 3028 3042 +14 Lines 627405 629833 +2428 Branches 46770 46849 +79 =================================================== + Hits 466422 470173 +3751 + Misses 157641 156296 -1345 - Partials 3342 3364 +22 ``` | [Flag](https://app.codecov.io/gh/dotnet/winforms/pull/11688/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/11688/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `74.65042% <100.00000%> (+0.30897%)` | :arrow_up: | | [integration](https://app.codecov.io/gh/dotnet/winforms/pull/11688/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `17.96357% <ø> (-0.02837%)` | :arrow_down: | | [production](https://app.codecov.io/gh/dotnet/winforms/pull/11688/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `47.63878% <ø> (+0.51989%)` | :arrow_up: | | [test](https://app.codecov.io/gh/dotnet/winforms/pull/11688/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `96.97834% <100.00000%> (-0.00821%)` | :arrow_down: | | [unit](https://app.codecov.io/gh/dotnet/winforms/pull/11688/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `44.68181% <ø> (+0.61023%)` | :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.