Skip to content

Commit 6893509

Browse files
authored
update instruction to build, test, and get code coverage result to use correct folder for .NET libraries incode-coverage.md (dotnet#77643)
1 parent 55e95c8 commit 6893509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/workflow/building/libraries/code-coverage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The results for this one library will then be available in this index.htm file,
4848

4949
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:
5050

51-
dotnet build src\System.Diagnostics.Debug\tests /t:Test /p:Coverage=true
51+
dotnet build src\libraries\System.Diagnostics.Debug\tests /t:Test /p:Coverage=true
5252

5353
And then once the run completes:
5454

0 commit comments

Comments
 (0)