Skip to content

Commit 369a209

Browse files
committed
PYTHON-5753 Clarify that coverage-html requires running test-coverage first
1 parent a80d0ad commit 369a209

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ the pages will re-render and the browser will automatically refresh.
205205
and the `<class_name>` to test a full module. For example:
206206
`just test test/test_change_stream.py::TestUnifiedChangeStreamsErrors::test_change_stream_errors_on_ElectionInProgress`.
207207
- Use the `-k` argument to select tests by pattern.
208-
- Run `just test-coverage` to run tests with coverage and display a report. Use `just coverage-html` to generate an HTML report in `htmlcov/index.html`.
208+
- Run `just test-coverage` to run tests with coverage and display a report. After running tests with coverage, use `just coverage-html` to generate an HTML report in `htmlcov/index.html`.
209209

210210

211211
## Running tests that require secrets, services, or other configuration

0 commit comments

Comments
 (0)