File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ Pull Request Review Workflow
260260
261261 .. code-block :: bash
262262
263- poetry run pytest --cov=gnss_lib_py/algorithms --cov=gnss_lib_py/parsers --cov=gnss_lib_py/utils --cov-report=xml
263+ poetry run pytest --cov=gnss_lib_py/algorithms --cov=gnss_lib_py/parsers --cov=gnss_lib_py/utils --cov-report=html
264264 poetry run coverage report
265265
266266 See the :ref: `Coverage Report<coverage> ` section for more details.
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ following commands:
124124
125125.. code-block :: bash
126126
127- poetry run pytest --cov=gnss_lib_py/algorithms --cov=gnss_lib_py/parsers --cov=gnss_lib_py/utils --cov-report=xml
127+ poetry run pytest --cov=gnss_lib_py/algorithms --cov=gnss_lib_py/parsers --cov=gnss_lib_py/utils --cov-report=html
128128 poetry run coverage report
129129
130130 The total percentage of code covered (bottom right percentage) is the
@@ -137,4 +137,4 @@ command:
137137
138138 poetry run pytest --cov=gnss_lib_py/algorithms --cov=gnss_lib_py/parsers --cov=gnss_lib_py/utils --cov-report=html
139139
140- The generated coverage report can be accessed from the directory :code: `htmlcov/ `
140+ The generated coverage report can be accessed from the directory :code: `htmlcov/ `
You can’t perform that action at this time.
0 commit comments