archived-codacy / python-codacy-coverage

DEPRECATED Python coverage reporter for Codacy
BSD 3-Clause "New" or "Revised" License
45 stars 38 forks source link

Verify the response status from the API #16

Closed PCManticore closed 8 years ago

PCManticore commented 8 years ago

The code was looking blindly in the response from the API leading to a crash if there was an error instead of the expected success.

(FT-1097)