Closed mjallday closed 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.
pip install coverage==3.5.3
Glad I could help.
@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.