Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.77 KB

README.md

File metadata and controls

25 lines (13 loc) · 1.77 KB

Integrating CodeCov and AppVeyor

Companion repository to the blog post CodeCov Test Coverage Integration on the AppVeyor website.

The post is written from the point of view of someone (me) who is already proficient in C# and unit testing, but was new to AppVeyor and integrating CodeCov with GitHub.

It contains from scratch steps to upload test coverage to CodeCov for a sample C# project using XUnit and OpenCover.

This is the repo that I created to test the blog post, which you can use for clues if you have trouble following the instructions in the post.

Obviously, it being a post about Code Coverage, there is a badge to display the results :)

Code Coverage

Sunburst code coverage graphic (would be more interesting with more code / tests)

Code Coverage Sunburst

Icicles code coverage graphic (would also be more interesting with more code / tests)

Code Coverage Icicles

Grid code coverage graphic (and again, would also be more interesting with more code / tests)

Code Coverage Grid