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:
parent
55e95c80a7
commit
689350960f
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue