fastlane-community / xcov

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

Add Xcode11 xcresult support #155

Closed joshdholtz closed 5 years ago

joshdholtz commented 5 years ago

Motivation

See 👉 https://github.com/fastlane-community/danger-xcov/issues/26

Description

To test

Update your Gemfile to 👇 and run bundle install or bundle update xcov

gem 'xcov`, :git => 'https://github.com/fastlane-community/xcov.git', :branch => 'joshdholtz-xcresult-support'