dotnet / winforms

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

Add test coverage for ListView #11701

Closed MandiMan closed 3 months ago

MandiMan commented 3 months ago

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

Proposed changes

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 74.67795%. Comparing base (3f282e9) to head (e72ebb2). Report is 10 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #11701 +/- ## =================================================== + Coverage 74.65600% 74.67795% +0.02194% =================================================== Files 3042 3043 +1 Lines 629873 630490 +617 Branches 46865 46854 -11 =================================================== + Hits 470238 470837 +599 - Misses 156274 156296 +22 + Partials 3361 3357 -4 ``` | [Flag](https://app.codecov.io/gh/dotnet/winforms/pull/11701/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/11701/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `74.67795% <100.00000%> (+0.02194%)` | :arrow_up: | | [integration](https://app.codecov.io/gh/dotnet/winforms/pull/11701/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `17.86767% <ø> (-0.10604%)` | :arrow_down: | | [production](https://app.codecov.io/gh/dotnet/winforms/pull/11701/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `47.63679% <ø> (-0.01812%)` | :arrow_down: | | [test](https://app.codecov.io/gh/dotnet/winforms/pull/11701/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `96.98676% <100.00000%> (+0.00842%)` | :arrow_up: | | [unit](https://app.codecov.io/gh/dotnet/winforms/pull/11701/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `44.76501% <ø> (+0.06700%)` | :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.