Fastlane (open source project)

Technical post… Fastlane is a project to automate a number of tasks for getting an Android or iOS app published.  One of the tasks I was working with was getting a report of the code coverage – how much code has unit tests.  I’ve been using Fastlane for a while although I’m not an expert at it nor the Ruby language. I found out Fastlane provides tools to use the Swift language instead of Ruby.  So I gave it a whirl and things were going great, until it came time for code coverage.  Slather, the tool which performs the code … Continue reading Fastlane (open source project)