File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666 - name : Test with pytest
6767 run : |
6868 source $VENV
69- pytest --cov=gnss_lib_py/algorithms --cov=gnss_lib_py/parsers --cov=gnss_lib_py/utils --cov-report=xml
69+ poetry run pytest --cov=gnss_lib_py/algorithms --cov=gnss_lib_py/navdata --cov=gnss_lib_py/ parsers --cov=gnss_lib_py/utils --cov=gnss_lib_py/visualizations --cov-report=xml
7070 - name : Upload coverage report to code-cov
7171 uses : codecov/codecov-action@v3
7272 with :
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Standard GitHub Workflow
5959
6060 .. code-block :: bash
6161
62- poetry run pytest --cov=gnss_lib_py/algorithms --cov=gnss_lib_py/parsers --cov=gnss_lib_py/utils --cov- report=xml
62+ poetry run pytest --cov=gnss_lib_py/algorithms --cov=gnss_lib_py/navdata --cov=gnss_lib_py/ parsers --cov=gnss_lib_py/utils --cov=gnss_lib_py/visualizations --cov- report=html
6363 poetry run coverage report
6464
6565 See the :ref: `Coverage Report<coverage> ` section for more details.
@@ -142,7 +142,7 @@ NAVLab GitHub Workflow
142142
143143 .. code-block :: bash
144144
145- poetry run pytest --cov=gnss_lib_py/algorithms --cov=gnss_lib_py/parsers --cov=gnss_lib_py/utils --cov- report=xml
145+ poetry run pytest --cov=gnss_lib_py/algorithms --cov=gnss_lib_py/navdata --cov=gnss_lib_py/ parsers --cov=gnss_lib_py/utils --cov=gnss_lib_py/visualizations --cov- report=html
146146 poetry run coverage report
147147
148148 See the :ref: `Coverage Report<coverage> ` section for more details.
You can’t perform that action at this time.
0 commit comments