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

Tests | Update manual test run logs #1904

Merged
merged 1 commit into from
Jan 27, 2023

Conversation

DavoudEshtehari
Copy link
Contributor

Using the -v n parameter with dotnet test command only shows skipped and failed tests on the console, while the new parameter also indicates the passed tests.

@DavoudEshtehari DavoudEshtehari added the Area\Tests Issues that are targeted to tests or test projects label Jan 25, 2023
@codecov
Copy link

codecov bot commented Jan 26, 2023

Codecov Report

Base: 70.79% // Head: 69.80% // Decreases project coverage by -0.99% ⚠️

Coverage data is based on head (d9822b2) compared to base (0156df2).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1904      +/-   ##
==========================================
- Coverage   70.79%   69.80%   -0.99%     
==========================================
  Files         292      292              
  Lines       61732    61732              
==========================================
- Hits        43701    43091     -610     
- Misses      18031    18641     +610     
Flag Coverage Δ
addons 92.38% <ø> (ø)
netcore 74.02% <ø> (-0.24%) ⬇️
netfx 67.85% <ø> (-1.32%) ⬇️

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

Impacted Files Coverage Δ
...c/Microsoft/Data/SqlClient/TdsParserStateObject.cs 26.18% <0.00%> (-40.63%) ⬇️
...c/Microsoft/Data/Interop/SNINativeMethodWrapper.cs 66.91% <0.00%> (-9.53%) ⬇️
...Microsoft/Data/ProviderBase/DbConnectionFactory.cs 17.04% <0.00%> (-3.41%) ⬇️
...icrosoft/Data/ProviderBase/DbConnectionInternal.cs 78.22% <0.00%> (-2.42%) ⬇️
...e/src/Microsoft/Data/SqlClient/SNI/SNITcpHandle.cs 62.62% <0.00%> (-2.32%) ⬇️
...soft/Data/SqlClient/TdsParserStateObjectManaged.cs 84.02% <0.00%> (-1.39%) ⬇️
...core/src/Microsoft/Data/SqlClient/SqlConnection.cs 77.31% <0.00%> (-1.21%) ⬇️
...SqlClient/src/Microsoft/Data/SqlClient/TdsEnums.cs 95.91% <0.00%> (-1.03%) ⬇️
.../src/Microsoft/Data/SqlClient/SNI/SNIMarsHandle.cs 92.37% <0.00%> (-0.90%) ⬇️
...rc/Microsoft/Data/ProviderBase/DbConnectionPool.cs 85.63% <0.00%> (-0.88%) ⬇️
... and 11 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@DavoudEshtehari DavoudEshtehari merged commit ee4ba7e into dotnet:main Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area\Tests Issues that are targeted to tests or test projects
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants