Skip to content

Commit

Permalink
Simplify a bit the coverage configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Sep 4, 2018
1 parent 547a031 commit 503b32e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions {{cookiecutter.repo_name}}/.coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
source = src
{%- else %}
source =
src/{{ cookiecutter.package_name }}
*/site-packages/{{ cookiecutter.package_name }}
src
*/site-packages
{%- endif %}

[run]
Expand Down
1 change: 0 additions & 1 deletion {{cookiecutter.repo_name}}/ci/templates/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ deps = coverage
skip_install = true
usedevelop = false
commands =
coverage combine --append
coverage report
coverage html

Expand Down

0 comments on commit 503b32e

Please sign in to comment.