As per the instructions, I issued the following from the prompt:
dotnet add package coverlet.msbuildHere was the result:
Then, to update everything, I ran dotnet restor to update the dependencies:
The next step per the above article was to issue the dotnet test command to set the CollectCoverage property to true:
dotnet test /p:CollectCoverage=trueHere is the output:
As you can see from the output, I need to create more unit tests to increase coverage! In any event, to see the latest code up close, go to the unit tests github repository.
No comments:
Post a Comment