You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried generating Code coverage report, But not able to generate the report
After running the command line
dotnet test /p:CollectCoverage=true /p:CoverletOutput='./results.json'
Checking in the complete project
Please let me know if I am doing anything wrong.