Using Codecov for test coverage #798
Muhammed9991
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been using Codecov for a while now and I think it will be a good edition for this repository. For open source project it is free to use.
It provides a lot of useful information. One of these are PR comments which shows up on all PR's. Which give a lot of useful information such as the effect the PR will have on overall test coverage.
Below is an example of what the PR comment will look like (information on this is customisable)
More information on PR comments here.
You can even get in-depth analysis on the test coverage of each file in the repository. Which can help reviewers easily see what the test written in the PR are actually covering.
Beta Was this translation helpful? Give feedback.
All reactions