Skip to content

build(deps): bump uuid from 3.0.7 to 4.1.0 #236

build(deps): bump uuid from 3.0.7 to 4.1.0

build(deps): bump uuid from 3.0.7 to 4.1.0 #236

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 }}