Skip to content

@ B + e fix with default file path if package from pub.dev, gilded ro… #34

@ B + e fix with default file path if package from pub.dev, gilded ro…

@ B + e fix with default file path if package from pub.dev, gilded ro… #34

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