Skip to content

Commit 42144a6

Browse files
committed
Add contributing docs on viewing coverage
1 parent e1a1ef9 commit 42144a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/contributing.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ or the entire project using:
3939
4040
./scripts/test
4141
42+
The last command will also check test coverage. To view the coverage report, you can run
43+
`coverage report` (to view the report in the terminal) or `coverage html` (to generate
44+
an HTML report that can be opened in a browser).
45+
4246
More details on using ``unittest`` are `here
4347
<https://docs.python.org/3/library/unittest.html>`_.
4448

0 commit comments

Comments
 (0)