Skip to content

Bump codecov/codecov-action from 4.3.1 to 4.4.0 (#352) #34

Bump codecov/codecov-action from 4.3.1 to 4.4.0 (#352)

Bump codecov/codecov-action from 4.3.1 to 4.4.0 (#352) #34

Workflow file for this run

name: Coverage
on:
pull_request:
push:
branches:
- master
jobs:
coverage:
name: Coverage
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- run: flutter test --coverage
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}