Skip to content

Bump codecov/codecov-action from 4.4.1 to 5.1.1 #26

Bump codecov/codecov-action from 4.4.1 to 5.1.1

Bump codecov/codecov-action from 4.4.1 to 5.1.1 #26

Workflow file for this run

name: Code Coverage
on:
push:
branches: [ main ]
pull_request:
branches: [ "**" ]
jobs:
codecov:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
show-progress: false
- name: Test and generate code coverage report
run: xcrun xcodebuild -skipPackagePluginValidation -enableCodeCoverage YES -scheme Lotsawa -destination 'platform=macOS' test
- name: Upload coverage to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
flags: unittests