Skip to content

. e starter project deleted from examples #35

. e starter project deleted from examples

. e starter project deleted from examples #35

Workflow file for this run

name: Build and test
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- name: Set up Dart SDK
uses: dart-lang/[email protected]
with:
sdk: stable
- name: Build and test
run: |
./build_and_test.sh
shell: bash
# - name: Check Code Coverage
# uses: VeryGoodOpenSource/[email protected]
# with:
# path: coverage/lcov.info
# min_coverage: 30
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v3
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# file: coverage/lcov.info