Skip to content

DIGIT-1021 Merge pluto_grid main branch into Oxeanbits fork #145

DIGIT-1021 Merge pluto_grid main branch into Oxeanbits fork

DIGIT-1021 Merge pluto_grid main branch into Oxeanbits fork #145

Workflow file for this run

name: Coverage
on:
pull_request:
types: [opened, synchronize, reopened]
paths: ['**/*.dart', '**/*.yml', '**/*.yaml', '**/*.gradle', '**/*.java']
push:
branches:
- 'master'
jobs:
build:
runs-on: ubuntu-latest
env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
steps:
# Without this, there are no files in the directory.
- uses: actions/checkout@v3
# using flutter
- uses: subosito/flutter-action@v2.4.0
with:
channel: 'stable'
- run: dart --version
- run: flutter --version
- run: flutter pub get
- run: flutter test --coverage