Skip to content

feat(graphql): Configurable option to deduplicate pollers #252

feat(graphql): Configurable option to deduplicate pollers

feat(graphql): Configurable option to deduplicate pollers #252

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@v2
- uses: subosito/flutter-action@v1
with:
channel: 'stable'
- name: Run tests with coverage
run: |
make dep
curl -Os https://uploader.codecov.io/latest/linux/codecov
chmod +x codecov
make ci_coverage_client
./codecov
make ci_coverage_flutter
./codecov