Skip to content

Commit

Permalink
[qacode] fix for Issue96 (#102)
Browse files Browse the repository at this point in the history
* [qacode] fix for issue #96

* [qacode] missing endline
  • Loading branch information
netzulo authored Jan 7, 2018
1 parent 082068b commit f117348
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ TOX environments
+---------------------+--------------------------------+
| flake8 | Exec linter in qalab/ tests/ |
+---------------------+--------------------------------+
| coverage | Generate XML and HTML reports |
+---------------------+--------------------------------+


Configuration File
Expand Down
8 changes: 8 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,11 @@ exclude =
.vscode,
.eggs,
.cache
[testenv:coverage]
description = Environment to generate coverage reports
commands =
pytest --self-contained-html --cov=qacode tests/ --cov-report html:tests/reports/report_coverage_html/ --cov-report xml:tests/reports/report_coverage.xml
deps =
pytest
pytest-coverage
pytest-html

0 comments on commit f117348

Please sign in to comment.