File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
{{cookiecutter.project_name}} Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,8 @@ def test_docs(session):
7474 "pytest" ,
7575 "--html=docs/pytest_report.html" ,
7676 "--self-contained-html" ,
77+ "--cov-report" ,
78+ "html:docs/cov-report"
7779 )
7880
7981
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ warn_untyped_fields = True
4141ignore_errors = True
4242
4343[tool:pytest]
44- addopts = --verbose --color =yes --cov =src --cov-fail-under =100 --cov-report html:docs/cov-report --cov-report term-missing --doctest-modules
44+ addopts = --verbose --color =yes --cov =src --cov-fail-under =100 --cov-report term-missing --doctest-modules
4545# addopts = --html=docs/pytest_report.html --self-contained-html --verbose --color=yes --cov=src --cov-fail-under=100 --cov-report html:docs/cov-report --cov-report term-missing --doctest-modules
4646testpaths =
4747 tests
You can’t perform that action at this time.
0 commit comments