Skip to content

Commit

Permalink
Generate coverage HTML report as well
Browse files Browse the repository at this point in the history
Signed-off-by: Chenxiong Qi <qcxhome@gmail.com>
  • Loading branch information
tkdchen committed Apr 22, 2018
1 parent bf7082f commit bc832e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ python_files = tests.py tests/test_*.py
# Refer to http://doc.pytest.org/en/latest/customize.html#confval-python_classes
python_classes = *xxxxxxxxx*

addopts = --cov=tcms/ --cov-report=term
addopts = --cov=tcms/ --cov-report=term --cov-report=html

0 comments on commit bc832e9

Please sign in to comment.