79257340

Date: 2024-12-06 08:46:25
Score: 1
Natty:
Report link

The --collect flag is an option for code coverage. If you prefer to work in the CLI, you can exclude projects as follows:

dotnet test --no-build --collect "Code Coverage;Exclude=[Exclude.Project.*],[Python.*]"

For example, this will exclude all projects with names starting with Exclude.Project and Python.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: SagiKPJH1021