fastlane-community / xcov

Nice code coverage reporting without hassle
MIT License
556 stars 107 forks source link

Fastlane Swift xcov action broken #147

Open AhmedEid opened 5 years ago

AhmedEid commented 5 years ago

New Issue Checklist

Issue Description

When running fastlane swift and invoking the xcov action there is a mismatch in the type of the argument minimum_coverage_percentage between the swift declaration and the ruby expected type. I get the following error: You passed invalid parameters to 'xcov' 'minimum_coverage_percentage' value must be a Float! Found Fixnum instead.