Replies: 1 comment
-
|
Please check your .NET versions available with WSL. coverlet V6.0.4 requires .NET 6.0 runtime. see https://documentation.ubuntu.com/ubuntu-for-developers/reference/availability/dotnet/ me@LAPTOP:~$ dotnet --list-sdks
8.0.416 [/usr/share/dotnet/sdk]
9.0.203 [/usr/share/dotnet/sdk]You should consider using DevContainer (see PR Add DevContainer using .NET 10). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
When I run dotnet test on Windows I have code coverage in my output. When I do it on WSL (Ubuntu) then all tests are passing but there is no code coverage report.
I am using such command (also to see more logs):
Why code coverage report is not generated?
Beta Was this translation helpful? Give feedback.
All reactions