@@ -90,7 +90,7 @@ Getting started is easy:
9090
9191 .. tab :: unittest
9292
93- Change " python" to "coverage run", so this::
93+ Change your python command name to "coverage run", so this::
9494
9595 $ python3 -m unittest discover
9696
@@ -134,20 +134,21 @@ Getting started is easy:
134134 listings detailing missed lines::
135135
136136 $ coverage html
137+ Wrote HTML report to htmlcov/index.html
137138
138139 .. ifconfig :: not prerelease
139140
140- Then open htmlcov/index.html in your browser, to see a
141- `report like this `_.
141+ Then open ` htmlcov/index.html < htmlreport >`_ in your browser
142+ to see a `report like this < htmlreport > `_.
142143
143144 .. ifconfig :: prerelease
144145
145- Then open htmlcov/index.html in your browser, to see a
146- `report like this one `_.
146+ Then open ` htmlcov/index.html < betahtmlreport >`_ in your browser
147+ to see a `report like this < betahtmlreport > `_.
147148
148149
149- .. _ report like this : https://nedbatchelder.com/files/sample_coverage_html/index.html
150- .. _ report like this one : https://nedbatchelder.com/files/sample_coverage_html_beta/index.html
150+ .. _ htmlreport : https://nedbatchelder.com/files/sample_coverage_html/index.html
151+ .. _ betahtmlreport : https://nedbatchelder.com/files/sample_coverage_html_beta/index.html
151152.. _nose state : https://github.com/nose-devs/nose/commit/0f40fa995384afad77e191636c89eb7d5b8870ca
152153.. _include tests : https://nedbatchelder.com/blog/202008/you_should_include_your_tests_in_coverage.html
153154
0 commit comments