Skip to content

Merge pull request #8 from TesteurManiak/dependabot/pub/fd_lints-2.3.1 #27

Merge pull request #8 from TesteurManiak/dependabot/pub/fd_lints-2.3.1

Merge pull request #8 from TesteurManiak/dependabot/pub/fd_lints-2.3.1 #27

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/[email protected]
- uses: subosito/[email protected]
- run: flutter pub get
- name: Test
run: flutter test --coverage --dart-define=CI=true
- name: Collect and report coverage
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}