PreviousNext

Easy, Automated Code Coverage for .NET Core

by bill-s, 2018-07-25T16:39:05.491Z

For my projects, I like to use TravisCI for running my builds and tests. If I'm working with a language that supports it, I also like to publish code coverage results from the test run to coveralls.io. A little while back I found a cross-platform tool to calculate coverage results for .NET Core projects:

Read More