bcanseco / warbler

🐤 Auto-generated, geolocation based chatrooms for universities. [no longer maintained]
https://borja.io/warbler
1 stars 0 forks source link

Add coverage reports to VSTS #31

Closed bcanseco closed 7 years ago

bcanseco commented 7 years ago

And maybe add a task and docs for it too https://docs.microsoft.com/en-us/visualstudio/test/troubleshooting-code-coverage

bcanseco commented 7 years ago

https://github.com/Microsoft/vstest/issues/981#issuecomment-330062269

bcanseco commented 7 years ago

Code coverage is not yet supported by dotnet test which is what our build process uses. I did however enable getting code coverage in Visual Studio using Test > Analyze Code Coverage. You can also use Live Unit Testing to see line markers right on the source code lines.