Skip to content

ignore coverage

ignore coverage #1

Workflow file for this run

name: Flutter_Tests
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v2
- name: Install and set Flutter version
uses: subosito/flutter-action@v1.4.0
with:

Check failure on line 19 in .github/workflows/test.yaml

View workflow run for this annotation

GitHub Actions / Flutter_Tests

Invalid workflow file

The workflow is not valid. .github/workflows/test.yaml (Line: 19, Col: 14): Unexpected value '' .github/workflows/test.yaml (Line: 20, Col: 9): Unexpected value 'flutter-version'

Check failure on line 19 in .github/workflows/test.yaml

View workflow run for this annotation

GitHub Actions / Flutter_Tests

Invalid workflow file

The workflow is not valid. .github/workflows/test.yaml (Line: 19, Col: 14): Unexpected value '' .github/workflows/test.yaml (Line: 20, Col: 9): Unexpected value 'flutter-version'
flutter-version: '3.19.3'
- name: Restore packages
run: flutter pub get
- name: Run tests
run: flutter test --coverage