Skip to content

A small project to demonstrate a code coverage issue related to async/await.

Notifications You must be signed in to change notification settings

moikot/async-await-coverage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

async-await-coverage

Build and test

dotnet.exe test -c Debug /p:CollectCoverage=true /p:CoverletOutputFormat="json%2ccobertura" /p:CoverletOutput=../Coverage/coubertura

Get the coverage

Use your local report generator or ...

On Windows

docker run -v ${PWD}:/Project moikot/report-generator -reports:/Project/Coverage/coubertura.cobertura.xml -targetdir:/Project/Coverage/Html -sourcedirs:/Project

On Linux

docker run -v $(PWD):/Project moikot/report-generator -reports:/Project/Coverage/coubertura.cobertura.xml -targetdir:/Project/Coverage/Html -sourcedirs:/Project

About

A small project to demonstrate a code coverage issue related to async/await.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages