From 12e67898bab6a36ad3726843052dd47c45d8f36f Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Thu, 1 Sep 2016 02:30:39 -0400 Subject: [docs] move coverage to docs folder --- .gitignore | 6 +++--- setup.cfg | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 0f6346c3..ebefca83 100644 --- a/.gitignore +++ b/.gitignore @@ -26,7 +26,7 @@ var/ *.egg # Unit test / coverage reports -cov_html/ +docs/cov_html/ .tox/ .coverage .coverage.* @@ -42,6 +42,6 @@ docs/_build/ venv/ ENV/ -# Javascript stuff for the www ui -node_modules +# Javascript, web-ui +www/node_modules www/public diff --git a/setup.cfg b/setup.cfg index 307b08bf..f684f635 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,4 +25,4 @@ pep8ignore = branch = True [coverage:html] -directory = cov_html +directory = docs/cov_html -- cgit v1.2.3