Skip to content

Commit

Permalink
Merge branch 'tutorial-enhancements' into daniel/git_actions_py_version
Browse files Browse the repository at this point in the history
  • Loading branch information
betaBison committed Aug 4, 2024
2 parents 2f7ec2a + bde61dc commit af8f994
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/contributing/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ Pull Request Review Workflow

.. code-block:: bash
poetry run pytest --cov=gnss_lib_py/algorithms --cov=gnss_lib_py/parsers --cov=gnss_lib_py/utils --cov-report=xml
poetry run pytest --cov=gnss_lib_py/algorithms --cov=gnss_lib_py/parsers --cov=gnss_lib_py/utils --cov-report=html
poetry run coverage report
See the :ref:`Coverage Report<coverage>` section for more details.
Expand Down
4 changes: 2 additions & 2 deletions docs/source/contributing/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ following commands:

.. code-block:: bash
poetry run pytest --cov=gnss_lib_py/algorithms --cov=gnss_lib_py/parsers --cov=gnss_lib_py/utils --cov-report=xml
poetry run pytest --cov=gnss_lib_py/algorithms --cov=gnss_lib_py/parsers --cov=gnss_lib_py/utils --cov-report=html
poetry run coverage report
The total percentage of code covered (bottom right percentage) is the
Expand All @@ -137,4 +137,4 @@ command:
poetry run pytest --cov=gnss_lib_py/algorithms --cov=gnss_lib_py/parsers --cov=gnss_lib_py/utils --cov-report=html
The generated coverage report can be accessed from the directory :code:`htmlcov/`
The generated coverage report can be accessed from the directory :code:`htmlcov/`

0 comments on commit af8f994

Please sign in to comment.