You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement support for codecov.io (free service for collecting test coverage results).
Related information
codecov.io is a free service that integrates with Github, and it provides a way to collect test coverage results and publish it to their service; this gives you a 'badge' you can add to the repository's README to make it easy to see how well a library's code is covered by it's test suite.
Description
Implement support for codecov.io (free service for collecting test coverage results).
Related information
codecov.io is a free service that integrates with Github, and it provides a way to collect test coverage results and publish it to their service; this gives you a 'badge' you can add to the repository's README to make it easy to see how well a library's code is covered by it's test suite.
An example integration for a C# project can be found at:
https://github.com/codecov/example-csharp
The text was updated successfully, but these errors were encountered: