Closed ariksman closed 5 years ago
Hi, in the second command you cannot pass test assembly dll but a directory path, can you try to pass correct dll path? Coverlet tool works by specifing dll asm that contains tests.
Sure, if my second input command is clearly a syntax error.
Hello,
If I run coverlet with an explicit path to the assembly, such as:
All is fine and I receive results:
However, if I try to execute the following command:
I receive the following output:
Most likely my error is in the syntax I am using, but all bits of advice are welcomed.
I'm running this by a build script on Appveyor, with following install commands:
dotnet tool install --global coverlet.console