Skip to content

! B fix comparison problem in Windows with strings from txt files #14

! B fix comparison problem in Windows with strings from txt files

! B fix comparison problem in Windows with strings from txt files #14

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: 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 }}