codeclimate / test-reporter

Code Climate Test Reporter
MIT License
156 stars 76 forks source link

Getting code coverage with a Python package #411

Closed cetanu closed 4 years ago

cetanu commented 5 years ago

Hi there

Are there any successful examples of a python project with a folder structure that includes a src and tests folder at the root, which install the source to site-packages prior to running tests/coverage, and then submit the report to code climate?

I'm currently unable to get this working due to the following issues:

Any examples would be incredibly helpful