Skip to content

feat: add method

feat: add method #25

Workflow file for this run

name: Handy Extensions Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: "12.x"
- uses: subosito/flutter-action@v1
with:
flutter-version: "3.16.9"
- run: flutter pub get
- run: flutter test
coverage-badge:
needs: test
runs-on: ubuntu-latest
steps:
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
file: coverage/lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
slug: iamngoni/handy_extensions