Skip to content

Commit e5a9228

Browse files
authored
Update README.md - Typo in dotnet-coverage cmd
1 parent 3c710e7 commit e5a9228

File tree

1 file changed

+2
-2
lines changed
  • samples/Calculator/scenarios/scenario15

1 file changed

+2
-2
lines changed

samples/Calculator/scenarios/scenario15/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ git clone https://github.com/microsoft/codecoverage.git
99
cd codecoverage/samples/Calculator
1010
dotnet build
1111
dotnet tool install -g dotnet-coverage
12-
otnet-coverage collect --output-format cobertura --output report.cobertura.xml --session-id TagScenario15 --background --server-mode
12+
dotnet-coverage collect --output-format cobertura --output report.cobertura.xml --session-id TagScenario15 --background --server-mode
1313
cd src/Calculator.Server
1414
dotnet-coverage connect --background TagScenario15 "dotnet run --no-build"
1515
cd ../../tests/Calculator.Server.IntegrationTests
@@ -148,4 +148,4 @@ steps:
148148
149149
![alt text](example.report.jpg "Example report")
150150
151-
[Link](example.report.cobertura.xml)
151+
[Link](example.report.cobertura.xml)

0 commit comments

Comments
 (0)