Commit b312a53
authored
Allow generation of HTML Code Coverage reports
Currently when running this pipeline a message
##[warning]Please install dotnet core to enable automatic generation of Html report.
is displayed under code coverage.
This fix adds an addiitonal task to install .Net Core SDK as well as set the environment variable DOTNET_SYSTEM_GLOBALIZATION_INVARIANT to 1 for the publish coverage report task.
A new warning will now be shown-
##[warning]Ignoring coverage report directory with Html content as we are auto-generating Html content
However now if you view the code coverage report it is HTML generated and looks a lot better than before1 parent 98a610f commit b312a53
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
20 | 26 | | |
21 | 27 | | |
22 | 28 | | |
| 29 | + | |
| 30 | + | |
23 | 31 | | |
24 | 32 | | |
25 | 33 | | |
| |||
0 commit comments