Skip to content

Merge branch 'master' of https://github.com/SofieTorch/epub_parser #2

Merge branch 'master' of https://github.com/SofieTorch/epub_parser

Merge branch 'master' of https://github.com/SofieTorch/epub_parser #2

Workflow file for this run

name: Testing
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install Flutter
uses: subosito/flutter-action@v1.3.2
- name: Install app dependencies
run: flutter pub get
- name: Test app
run: flutter test --coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage/lcov.info