We run tests on each pull request in github.
It would be very cool if the coverage would be visible if you are looking at the changes of a pull request.
While looking at the diff in the PR review I would like to see which line was covered and which line not.
We use pytest and travis.
I found this: https://github.com/TheKevJames/coveralls-python But AFAIK this shows the coverage reports somewhere else, not in the "Files changed" tab of the PR.
This question is not about reaching a overall coverage of X percent. This question is about seeing which lines where covered and which lines where not covered.

