Skip to content

Commit

Permalink
Use codecov github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTelezhkin committed Sep 3, 2020
1 parent 7e8292a commit 03cb3ed
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 26 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
run: instruments -s devices
- name: ${{ matrix.destination }}
run: bundle exec fastlane ${{ matrix.destination }}
- name: Codecov
uses: codecov/[email protected]
cocoapods:
name: Lint podspec
runs-on: macOS-latest
Expand Down
5 changes: 0 additions & 5 deletions codecov.sh

This file was deleted.

1 change: 0 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ fastlane_version "1.98.0"

lane :test_ios14 do
scan(devices: ["iPhone 11 Pro (14.0)"], scheme: 'Tests-iOS')
sh "bash ../codecov.sh"
end

lane :test_tvos14 do
Expand Down
25 changes: 5 additions & 20 deletions fastlane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,39 +12,24 @@ Install _fastlane_ using
```
[sudo] gem install fastlane -NV
```
or alternatively using `brew cask install fastlane`
or alternatively using `brew install fastlane`

# Available Actions
### test_ios13
### test_ios14
```
fastlane test_ios13
fastlane test_ios14
```

### test_ios12
### test_tvos14
```
fastlane test_ios12
```

### test_tvos13
```
fastlane test_tvos13
```

### test_tvos12
```
fastlane test_tvos12
fastlane test_tvos14
```

### pod_lint
```
fastlane pod_lint
```

### carthage_build
```
fastlane carthage_build
```

### release
```
fastlane release
Expand Down

0 comments on commit 03cb3ed

Please sign in to comment.