Skip to content

avoid nullptr as the param of fl_value_new_string #12

avoid nullptr as the param of fl_value_new_string

avoid nullptr as the param of fl_value_new_string #12

Workflow file for this run

name: test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
coverage:
name: test
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: "stable"
- run: flutter test --coverage
- uses: codecov/codecov-action@v3
with:
token: ${{secrets.CODECOV_TOKEN}}