Skip to content

Upgrade packages & Update intl to accept any version #46

Upgrade packages & Update intl to accept any version

Upgrade packages & Update intl to accept any version #46

Workflow file for this run

name: unit test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: '12.x'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.29.x'
- run: flutter pub get
- run: flutter test --coverage
- uses: codecov/codecov-action@v1.0.7
with:
token: ${{secrets.CODECOV_TOKEN}}
file: ./coverage/lcov.info