We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c67b032 commit b79d9f7Copy full SHA for b79d9f7
.gitignore
@@ -1,8 +1,6 @@
1
.env
2
env
3
venv
4
-temp
5
-tmp
6
__pycache__
7
8
*.pyc
manage.py
@@ -51,7 +51,7 @@ def cov():
51
print('Coverage Summary:')
52
COV.report()
53
basedir = os.path.abspath(os.path.dirname(__file__))
54
- covdir = os.path.join(basedir, 'tmp/coverage')
+ covdir = os.path.join(basedir, 'coverage')
55
COV.html_report(directory=covdir)
56
print('HTML version: file://%s/index.html' % covdir)
57
COV.erase()
0 commit comments