Navigation | Overlay |
---|---|
t Navigate files | h Toggle hits |
y Change url to tip of branch | m Toggle misses |
b / v Jump to prev/next hit line | p Toggle partial |
z / x Jump to prev/next missed or partial line | 1..9 Toggle flags |
shift + o Open current page in GitHub | a Toggle all on |
/ or ? Show keyboard shortcuts dialog | c Toggle context lines or commits |
1 | 31 |
__author__ = "Codecov" |
2 | 31 |
__author_email__ = "support@codecov.io" |
3 | 31 |
__copyright__ = "Copyright 2020 Codecov" |
4 | 31 |
__description__ = "Hosted coverage reports for GitHub, Bitbucket and Gitlab" |
5 | 31 |
__license__ = "Apache 2.0" |
6 | 31 |
__title__ = "codecov" |
7 | 31 |
__url__ = "https://github.com/codecov/codecov-python" |
8 | 31 |
__version__ = "2.1.10" |
Read our documentation on viewing source code .