Skip to content

Commit bde61dc

Browse files
committed
default build html
1 parent 753f1e7 commit bde61dc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/source/contributing/development.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

docs/source/contributing/testing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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/`

0 commit comments

Comments
 (0)