Skip to content

Merge pull request #19 from vizakenjack/patch-1 #66

Merge pull request #19 from vizakenjack/patch-1

Merge pull request #19 from vizakenjack/patch-1 #66

Workflow file for this run

name: Coverage
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
coverage-hive:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
- name: Collect coverage
run: |
dart pub get
flutter test --coverage
working-directory: hive
- uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
file: hive/coverage/lcov.info