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.
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.