Skip to content

Commit 7ba52ca

Browse files
Merge pull request #50597 from steved0x/patch-2
Update 6-perform-code-coverage.md
2 parents 0899c45 + 6190432 commit 7ba52ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn-pr/azure-devops/run-quality-tests-build-pipeline/includes/6-perform-code-coverage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Before you write any pipeline code, you can try things manually to verify the pr
9090
9191
```dotnetcli
9292
dotnet tool run reportgenerator \
93-
-- -reports:./Tailspin.SpaceGame.Web.Tests/TestResults/Coverage/coverage.cobertura.xml \
93+
-reports:./Tailspin.SpaceGame.Web.Tests/TestResults/Coverage/coverage.cobertura.xml \
9494
-targetdir:./CodeCoverage \
9595
-reporttypes:HtmlInline_AzurePipelines
9696
```

0 commit comments

Comments
 (0)