我想通过工作服和https://github.com/MartinThoma/hwrt获取我的代码(请参阅https://coveralls.io)。
我已经通过nosetests --with-coverage
得到它,显示的覆盖率为20%。
但是,当我运行coveralls
时,它只显示
Submitting coverage to coveralls.io...
Coverage submitted!
Job #4.1
https://coveralls.io/jobs/2997583
当我运行coverage run setup.py test
时,我得到了
running test
Coverage.py warning: No data was collected.
似乎我使用的是coverage.py错误。我该如何使用呢?