codeclimate / python-test-reporter

DEPRECATED Uploads Python test coverage data to Code Climate
https://codeclimate.com
Other
19 stars 11 forks source link

Handle coverage file not found error separately #10

Closed dblandin closed 8 years ago

dblandin commented 8 years ago

This commit introduces handling for a file not found error separate from the more generic CoverageException from coverage.py.

gdiggs commented 8 years ago

LGTM