Skip to content

fix(graphql): guard query completer when stream emits multiple responses #376

fix(graphql): guard query completer when stream emits multiple responses

fix(graphql): guard query completer when stream emits multiple responses #376

Workflow file for this run

name: Codecoverage
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- name: Install dependencies
run: make dep
- name: Run coverage (dart)
run: make ci_coverage_client
- name: Upload coverage (dart)
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: graphql
- name: Run coverage (flutter)
run: make ci_coverage_flutter
- name: Upload coverage (flutter)
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: graphql_flutter