File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 28
28
bundle config path vendor/bundle
29
29
make bootstrap
30
30
- name : Run Fastlane Build
31
- run : |
32
- bundle exec fastlane scan
31
+ run : bundle exec fastlane scan
33
32
- name : Send coverage to Codecov
34
- run : bash <(curl -s https://codecov.io/bash)
33
+ run : bundle exec fastlane run codecov_reporter
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ gem "cocoapods"
4
4
gem "cocoapods-keys"
5
5
gem "danger"
6
6
gem "fastlane"
7
+ gem "fastlane-plugin-codecov_reporter" , github : 'dlackty/fastlane-plugin-codecov_reporter' , branch : 'update-config-item'
Original file line number Diff line number Diff line change
1
+ GIT
2
+ remote: https://github.com/dlackty/fastlane-plugin-codecov_reporter.git
3
+ revision: f5bacb2df153a648579bbf5ccd75810032cb4be3
4
+ branch: update-config-item
5
+ specs:
6
+ fastlane-plugin-codecov_reporter (0.1.2 )
7
+
1
8
GEM
2
9
remote: https://rubygems.org/
3
10
specs:
@@ -284,6 +291,7 @@ DEPENDENCIES
284
291
cocoapods-keys
285
292
danger
286
293
fastlane
294
+ fastlane-plugin-codecov_reporter !
287
295
288
296
BUNDLED WITH
289
297
2.1.4
You can’t perform that action at this time.
0 commit comments