Skip to content
Snippets Groups Projects
Verified Commit bd2446a4 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

List missed line numbers in coverage report

parent e37ac37f
No related branches found
No related tags found
No related merge requests found
Pipeline #2389 passed with warnings
......@@ -13,7 +13,7 @@ deps =
pytest-sugar
commands_pre = poetry install --no-dev -E cli -E django
commands =
poetry run pytest --doctest-modules --cov=bigbluebutton/ {posargs} --ignore=bigbluebutton/django/ bigbluebutton/ tests/
poetry run pytest --doctest-modules --cov-report=term-missing --cov=bigbluebutton/ {posargs} --ignore=bigbluebutton/django/ bigbluebutton/ tests/
[testenv:lint]
deps =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment