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 b79d9f7 commit f465a76Copy full SHA for f465a76
.travis.yml
@@ -14,4 +14,4 @@ script:
14
- python manage.py cov
15
16
after_success:
17
- coveralls
+ - coveralls
manage.py
@@ -50,10 +50,7 @@ def cov():
50
COV.save()
51
print('Coverage Summary:')
52
COV.report()
53
- basedir = os.path.abspath(os.path.dirname(__file__))
54
- covdir = os.path.join(basedir, 'coverage')
55
- COV.html_report(directory=covdir)
56
- print('HTML version: file://%s/index.html' % covdir)
+ COV.html_report()
57
COV.erase()
58
return 0
59
return 1
0 commit comments