Skip to content

Bump package_info_plus from 4.1.0 to 5.0.0 #231

Bump package_info_plus from 4.1.0 to 5.0.0

Bump package_info_plus from 4.1.0 to 5.0.0 #231

Workflow file for this run

name: Test workflow
on:
push:
branches: [dev]
pull_request:
branches: [main, dev]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/[email protected]
- name: Fetch dependencies
run: flutter packages get
- name: Analyze project
run: flutter analyze
- name: Run tests
run: flutter test --coverage --dart-define=CI=true
- name: Collect and report coverage
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}