archived-codacy / python-codacy-coverage

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

Total percentage should always be an integer #26

Closed danielkoster closed 8 years ago

danielkoster commented 8 years ago

This resolves Issue #25. When the average report coverage is calculated a float can be returned. If this is the case the API won't process the request as this field is supposed to be an integer. This change makes sure this total percentage is always an integer.

machadoit commented 8 years ago

LGTM 👍