Skip to content

Update codecov/codecov-action action to v5.1.2 #507

Update codecov/codecov-action action to v5.1.2

Update codecov/codecov-action action to v5.1.2 #507

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: macOS-14
steps:
- uses: actions/checkout@v4
- uses: maxim-lobanov/[email protected]
with:
xcode-version: 15.4
- name: Bundle install
run: bundle install
- name: Run iOS tests
run: make test-ios
- name: Build tvOS
run: make build-tvos
- name: Danger action
uses: MeilCli/[email protected]
if: github.event_name == 'pull_request'
with:
plugins_file: 'Gemfile'
install_path: 'vendor/bundle'
danger_file: 'Dangerfile'
danger_id: 'danger-pr'
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload coverage to Codecov
uses: codecov/[email protected]
with:
swift: true
swift_project: MagicImages
verbose: true