An unintrusive hardware meter monitor UI, based on OpenHardwareMonitor
- You'll need Paket and VS 2019
dotnet tool restore
dotnet paket restore
dotnet paket install
git submodule update --init --recursive
- Open the solution
NiceMeter/NiceMeter.sln
- Run the tests in the
NiceMeterTest
project .\packages\OpenCover\tools\OpenCover.Console.exe -register:user -target:"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\MSTest.exe" -targetargs:"/testcontainer:.\NiceMeterTests\bin\Debug\NiceMeterTests.dll" -filter:"+[NiceMeterTests*]* -[Test*]*" -output:".\NiceMeter_coverage.xml"
dotnet codecov -f .\NiceMeter_coverage.xml -t the_secret_token