Skip to content

fix(graphql): prevent cache normalization from corrupting list items with conflicting IDs (#1516) #366

fix(graphql): prevent cache normalization from corrupting list items with conflicting IDs (#1516)

fix(graphql): prevent cache normalization from corrupting list items with conflicting IDs (#1516) #366

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