Closed StefH closed 3 months ago
Calling this:
dotnet-coverage collect -s "does-not-exists" -f cobertura -o "file.xml" "dotnet test ./test.csproj --no-build"
Does not show error when the settings file is invalid or non-existing.
This has been implemented and console will write warning if config file is invalid or missing. It will be available in the next release 17.12.0.
Calling this:
Does not show error when the settings file is invalid or non-existing.