Skip to content

Merge branch 'main' into caching-and-range-requests #65

Merge branch 'main' into caching-and-range-requests

Merge branch 'main' into caching-and-range-requests #65

Workflow file for this run

name: tests
on: [push, pull_request, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: stable
- run: flutter pub get
- run: flutter analyze
- run: flutter test --coverage
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}