Skip to content

Conversation

ShaneOsborne
Copy link

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 before

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 before
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant