File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ $ GCM_TRACE=1 git-credential-manager-core version
101101If you want code coverage metrics these can be generated either from the command line:
102102
103103``` shell
104- $ dotnet test --collect:" XPlat Code Coverage" --settings=./.code-coverage/coverlet.settings.xml
104+ dotnet test --collect:" XPlat Code Coverage" --settings=./.code-coverage/coverlet.settings.xml
105105```
106106
107107Or via the VSCode Terminal/Run Task:
@@ -113,13 +113,13 @@ test with coverage
113113HTML reports can be generated using ReportGenerator, this should be installed during the build process, from the command line:
114114
115115``` shell
116- $ dotnet ~ /.nuget/packages/reportgenerator/* /* /net6.0/ReportGenerator.dll -reports:./** /TestResults/** /coverage.cobertura.xml -targetdir:./out/code-coverage
116+ dotnet ~ /.nuget/packages/reportgenerator/* /* /net6.0/ReportGenerator.dll -reports:./** /TestResults/** /coverage.cobertura.xml -targetdir:./out/code-coverage
117117```
118118
119119or
120120
121121``` shell
122- $ dotnet {$env :USERPROFILE}/.nuget/packages/reportgenerator/* /* /net6.0/ReportGenerator.dll -reports:./** /TestResults/** /coverage.cobertura.xml -targetdir:./out/code-coverage
122+ dotnet {$env :USERPROFILE}/.nuget/packages/reportgenerator/* /* /net6.0/ReportGenerator.dll -reports:./** /TestResults/** /coverage.cobertura.xml -targetdir:./out/code-coverage
123123```
124124
125125Or via VSCode Terminal/Run Task:
You can’t perform that action at this time.
0 commit comments