balanced-cookbooks / balanced-ci

Internal configuration for the Jekins CI environment
4 stars 1 forks source link

Coverage not working #17

Closed mjallday closed 10 years ago

mjallday commented 10 years ago
(.pyenv)vagrant@balanced-ci-berkshelf:/srv/ci/workspace/rump-enforce-quality/src$ coverage.py coverage.xml rump:90
FAILED - couldn't determine coverage for package(s) rump
Coverage test FAILED

@msherry is there a specific version of coverage that needs to be installed?

I'm using coverage.py from your repo but maybe the coverage.xml file is incorrect which I believe was an issue once upon a time.

mjallday commented 10 years ago

pip install coverage==3.5.3

msherry commented 10 years ago

Glad I could help.