I think you also need to specify the directory/file you want coverage for like py.test --cov=MYPKG --cov-report=html
after which a html/index.html
is generated.
I think you also need to specify the directory/file you want coverage for like py.test --cov=MYPKG --cov-report=html
after which a html/index.html
is generated.