Skip to content

Commit f9240ba

Browse files
committed
Remove Rakefile
1 parent 6d5b000 commit f9240ba

4 files changed

Lines changed: 4 additions & 115 deletions

File tree

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ source "http://rubygems.org"
33
gem "cocoapods"
44
gem "fastlane"
55
gem "jazzy", ">= 0.9.0"
6-
gem "rake"
76
gem "xcpretty"

Gemfile.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ GEM
198198
os (1.1.0)
199199
plist (3.5.0)
200200
public_suffix (2.0.5)
201-
rake (13.0.1)
202201
redcarpet (3.5.0)
203202
representable (3.0.4)
204203
declarative (< 0.1.0)
@@ -259,7 +258,6 @@ DEPENDENCIES
259258
cocoapods
260259
fastlane
261260
jazzy (>= 0.9.0)
262-
rake
263261
xcpretty
264262

265263
BUNDLED WITH

Makefile

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@ default: test
33
test: unit-test ui-test
44

55
unit-test:
6-
bundle exec rake \
7-
"test:ios[QuickTableViewController-iOS]" \
8-
"test:tvos[QuickTableViewController-tvOS]" \
6+
bundle exec fastlane ios unit_tests
7+
bundle exec fastlane tvos unit_tests
98

109
ui-test:
11-
bundle exec rake \
12-
"test:ios[Example-iOS]" \
13-
"test:tvos[Example-tvOS]"
10+
bundle exec fastlane ios ui_tests
11+
bundle exec fastlane tvos ui_tests
1412

1513
ci-test: unit-test ui-test
1614
make -B carthage
@@ -28,9 +26,6 @@ endif
2826
carthage:
2927
set -o pipefail && carthage build --no-skip-current --verbose | bundle exec xcpretty -c
3028

31-
coverage:
32-
slather coverage -s --input-format profdata --workspace QuickTableViewController.xcworkspace --scheme QuickTableViewController-iOS QuickTableViewController.xcodeproj
33-
3429
docs:
3530
test -d docs || git clone -b gh-pages --single-branch https://github.com/bcylin/QuickTableViewController.git docs
3631
cd docs && git fetch origin gh-pages && git clean -f -d

Rakefile

Lines changed: 0 additions & 103 deletions
This file was deleted.

0 commit comments

Comments
 (0)