We are currently working toward version 1.0.0. of the library
See ./global.json
for the required sdk.
dotnet build
dotnet test
This requires two global tools coverlet.console
, and dotnet-reportgenerator-globaltool
which can be installed by running the script
./build/install_global_tools.sh
To run tests and generate coverage report, run the script ./build/coverage.sh
. This will delete the contents of ./coverage
, recreate ./coverage
and populate the it with the coverage output.
To view a human readable coverage report, open ./coverage/coverage.cobertura.xml.site.site/index.html
with a internet browser.