1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-11 02:13:38 +09:00

update instruction to build, test, and get code coverage result to use correct folder for .NET libraries incode-coverage.md (#77643)

This commit is contained in:
Eriawan Kusumawardhono 2022-10-30 08:00:48 +07:00 committed by GitHub
parent 55e95c80a7
commit 689350960f
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ The results for this one library will then be available in this index.htm file,
For example, to build, test, and get code coverage results for the System.Diagnostics.Debug library, from the root of the repo one can do:
dotnet build src\System.Diagnostics.Debug\tests /t:Test /p:Coverage=true
dotnet build src\libraries\System.Diagnostics.Debug\tests /t:Test /p:Coverage=true
And then once the run completes: