Skip to content

Bump meta from 1.15.0 to 1.16.0 #29

Bump meta from 1.15.0 to 1.16.0

Bump meta from 1.15.0 to 1.16.0 #29

Workflow file for this run

name: Test workflow
on:
push:
branches: [ main, dev ]
pull_request:
branches: [ main, dev ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.0
- uses: subosito/flutter-action@v2.16.0
- run: flutter pub get
- name: Test
run: flutter test --coverage --dart-define=CI=true
- name: Collect and report coverage
uses: coverallsapp/github-action@v2.3.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}