Skip to content

Commit ed9db84

Browse files
committed
Use fastlane plugin for coverage reporting
1 parent a5f93db commit ed9db84

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
bundle config path vendor/bundle
2929
make bootstrap
3030
- name: Run Fastlane Build
31-
run: |
32-
bundle exec fastlane scan
31+
run: bundle exec fastlane scan
3332
- name: Send coverage to Codecov
34-
run: bash <(curl -s https://codecov.io/bash)
33+
run: bundle exec fastlane run codecov_reporter

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ gem "cocoapods"
44
gem "cocoapods-keys"
55
gem "danger"
66
gem "fastlane"
7+
gem "fastlane-plugin-codecov_reporter", github: 'dlackty/fastlane-plugin-codecov_reporter', branch: 'update-config-item'

Gemfile.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
GEM
29
remote: https://rubygems.org/
310
specs:
@@ -284,6 +291,7 @@ DEPENDENCIES
284291
cocoapods-keys
285292
danger
286293
fastlane
294+
fastlane-plugin-codecov_reporter!
287295

288296
BUNDLED WITH
289297
2.1.4

0 commit comments

Comments
 (0)