Skip to content

update changelog

update changelog #164

Workflow file for this run

name: test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/[email protected]
with:
flutter-version: '3.27.0' # minimum Flutter version to use
channel: stable
- run: flutter pub get
- run: flutter analyze
- run: flutter test --coverage --coverage-path coverage/lcov.info
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: maheshj01/searchfield