Skip to content

Bump codecov/codecov-action from 4.4.0 to 4.5.0 #36

Bump codecov/codecov-action from 4.4.0 to 4.5.0

Bump codecov/codecov-action from 4.4.0 to 4.5.0 #36

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/codecov-action@v4.5.0
with:
token: ${{ secrets.CODECOV_TOKEN }}