CleanCut / green

Green is a clean, colorful, fast python test runner.
MIT License
793 stars 75 forks source link

coverage does not work for files that are out of site #164

Closed althonos closed 7 years ago

althonos commented 7 years ago

Coverage does not reach files that are installed. This is probably a missing configuration value for coverage in green/process.py.

Can be reproduced with green green.test -r

CleanCut commented 7 years ago

Hehe, fooled you. ;-)

It works alright, we just assume most people don't want to see green and python library files in their coverage reports.

Try running green green.test -r --clear-omit

althonos commented 7 years ago

@CleanCut : I figured that later haha, sorry ! 😸