File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
samples/Calculator/scenarios/scenario15 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ git clone https://github.com/microsoft/codecoverage.git
99cd codecoverage/samples/Calculator
1010dotnet build
1111dotnet 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
1313cd src/Calculator.Server
1414dotnet-coverage connect --background TagScenario15 " dotnet run --no-build"
1515cd ../../tests/Calculator.Server.IntegrationTests
@@ -148,4 +148,4 @@ steps:
148148
149149
150150
151- [Link](example.report.cobertura.xml)
151+ [Link](example.report.cobertura.xml)
You can’t perform that action at this time.
0 commit comments