Skip to content

Add conditional imports to prevent importing dart:io on Web targets #53

Add conditional imports to prevent importing dart:io on Web targets

Add conditional imports to prevent importing dart:io on Web targets #53

Workflow file for this run

name: Coverage
on:
pull_request:
push:
branches:
- master
jobs:
coverage:
name: Coverage
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- run: flutter test --coverage
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}