Skip to content

Fix TestContext properties nullability#5857

Merged
Evangelink merged 6 commits intodev/v4from
dev/ygerges/testcontext
Jun 24, 2025
Merged

Fix TestContext properties nullability#5857
Evangelink merged 6 commits intodev/v4from
dev/ygerges/testcontext

Conversation

@Youssef1313
Copy link
Copy Markdown
Member

Closes #1403

Related to #1285

@Youssef1313 Youssef1313 linked an issue Jun 23, 2025 that may be closed by this pull request
@microsoft-github-policy-service microsoft-github-policy-service bot added the Area: MSTest Issues with MSTest that are not specific to more refined area (e.g. analyzers or assertions) label Jun 23, 2025
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jun 24, 2025

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 63.22%. Comparing base (fea80f0) to head (ec74ca3).
Report is 6 commits behind head on dev/v4.

Files with missing lines Patch % Lines
...apter.PlatformServices/Execution/UnitTestRunner.cs 0.00% 1 Missing ⚠️
...tFramework/TestFramework.Extensions/TestContext.cs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           dev/v4    #5857   +/-   ##
=======================================
  Coverage   63.21%   63.22%           
=======================================
  Files         584      584           
  Lines       31808    31789   -19     
=======================================
- Hits        20107    20098    -9     
+ Misses      11701    11691   -10     
Flag Coverage Δ
Debug 63.22% <0.00%> (+<0.01%) ⬆️
integration 63.22% <0.00%> (-0.03%) ⬇️
production 63.22% <0.00%> (+<0.01%) ⬆️
unit 63.22% <0.00%> (-0.01%) ⬇️

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

Files with missing lines Coverage Δ
...apter.PlatformServices/Execution/UnitTestRunner.cs 59.70% <0.00%> (ø)
...tFramework/TestFramework.Extensions/TestContext.cs 50.00% <0.00%> (ø)

... and 5 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Youssef1313 Youssef1313 requested a review from Evangelink June 24, 2025 17:50
@Evangelink Evangelink merged commit 570d3fb into dev/v4 Jun 24, 2025
8 checks passed
@Evangelink Evangelink deleted the dev/ygerges/testcontext branch June 24, 2025 19:20
@Youssef1313 Youssef1313 added this to the 4.0.0 milestone Jun 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: MSTest Issues with MSTest that are not specific to more refined area (e.g. analyzers or assertions) Breaking ‼️

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MSTest v4 TestContext properties should not be nullable

3 participants