Skip to content

QuantifEye/Qtfy.Net

Repository files navigation

Qtfy.Net

We are currently working toward version 1.0.0. of the library

Developement

Dependencies

See ./global.json for the required sdk.

Build

dotnet build

Unit Testing

dotnet test

Coverage

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published