-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop gathering coverage and running danger because I did not set it u…
…p and do not have the time or energy to maintain it. If there is a simpler way to do this in future, we could consider adding it back.
- Loading branch information
1 parent
4857ad3
commit d0a7abc
Showing
5 changed files
with
1 addition
and
347 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,8 @@ | ||
source 'https://rubygems.org' | ||
|
||
gem 'cocoapods' | ||
gem 'fastlane' | ||
gem 'xcpretty' | ||
|
||
# Danger | ||
group :test, :danger do | ||
gem 'slather' | ||
gem 'circleci_artifact' | ||
gem 'xcov' | ||
gem 'fastlane' | ||
end | ||
|
||
group :danger do | ||
gem 'danger' | ||
gem 'danger-swiftlint' | ||
gem 'danger-xcov' | ||
gem 'danger-junit' | ||
end | ||
|
||
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile') | ||
eval_gemfile(plugins_path) if File.exist?(plugins_path) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.