forked from archive/andrewferrier_email2pdf
Always remove cover directory, even if not present.
This commit is contained in:
parent
7b2bfa2160
commit
6a34e9d4d7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -36,7 +36,7 @@ stylecheck:
|
|||
flake8 --max-line-length=132 .
|
||||
|
||||
coverage:
|
||||
rm -r cover/
|
||||
rm -rf cover/
|
||||
nosetests tests/test_Direct.py --with-coverage --cover-package=email2pdf --cover-erase --cover-html
|
||||
open cover/email2pdf.html
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue