Skip to content

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

Notifications You must be signed in to change notification settings

samisq/codecov-on-appveyor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Integrating CodeCov and ApVeyor

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%