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
@@ -43,6 +47,7 @@ You can alternatively use the environment variables:
43
47
How to generate coverage reports
44
48
================================
45
49
50
+
46
51
`coverage.py <https://github.com/nedbat/coveragepy>`_ is required to collect coverage metrics.
47
52
48
53
Below are some examples on how to include coverage tracking during your tests. Codecov will call `coverage xml -i` automatically to generate the coverage xml output, which will be archived and processed server side.
0 commit comments