Skip to content

Conversation

KeilAlex
Copy link

I have added a new option, that generates a HTML page out of the coverageResults.txt, which gives a much clearer view on the result. The name of the new generated html page is coverageResults.html, it uses Javascript and CSS.

The call is: view html [options]
The options are:
-red= Lines below this percentage are colored red, default=70
-yellow= Lines below this percentage are colored yellow, default=50
--help Shows these options

&& mono Gaillard.SharpCover/bin/Debug/SharpCover.exe instrument travisCoverageConfig.json \
&& nunit-console Gaillard.SharpCover.Tests/bin/Debug/ProgramTests.dll \
&& mono Gaillard.SharpCover/bin/Debug/SharpCover.exe check
&& mono Gaillard.SharpCover/bin/Debug/SharpCover.exe check || true \
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this branch will need to be moved into master eventually or with this PR but for the build to still check this project correctly I think the check status should be saved and still used as the last exit status probably ANDed with the execution of view (basic and html).

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.

2 participants