zino-hofmann / graphql-flutter

A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package.
https://zino-hofmann.github.io/graphql-flutter
MIT License
3.25k stars 620 forks source link

melos full integration #1075

Closed vincenzopalazzo closed 2 years ago

vincenzopalazzo commented 2 years ago

Build on top of https://github.com/zino-hofmann/graphql-flutter/pull/1074 to full integrate Melos in the CI

I had prepared already the make file for this PR but I never concluded it.

codecov[bot] commented 2 years ago

Codecov Report

Merging #1075 (9e85058) into main (b8c5a45) will increase coverage by 1.86%. The diff coverage is 78.12%.

@@            Coverage Diff             @@
##             main    #1075      +/-   ##
==========================================
+ Coverage   55.89%   57.76%   +1.86%     
==========================================
  Files          41       41              
  Lines        1526     1520       -6     
==========================================
+ Hits          853      878      +25     
+ Misses        673      642      -31     
Impacted Files Coverage Δ
...ackages/graphql/lib/src/core/observable_query.dart 40.00% <0.00%> (-1.41%) :arrow_down:
packages/graphql/lib/src/utilities/response.dart 46.15% <ø> (-3.85%) :arrow_down:
...ql_flutter/lib/src/widgets/hooks/subscription.dart 0.00% <0.00%> (ø)
packages/graphql/lib/src/core/query_result.dart 50.00% <57.14%> (+2.94%) :arrow_up:
packages/graphql/lib/src/cache/hive_store.dart 94.73% <83.33%> (-5.27%) :arrow_down:
packages/graphql/lib/src/core/_base_options.dart 93.02% <100.00%> (+3.02%) :arrow_up:
packages/graphql/lib/src/core/query_manager.dart 76.35% <100.00%> (+5.83%) :arrow_up:
packages/graphql_flutter/lib/src/hive_init.dart 87.50% <100.00%> (ø)
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b8c5a45...9e85058. Read the comment docs.

vincenzopalazzo commented 2 years ago

merging commit on https://github.com/zino-hofmann/graphql-flutter/pull/1074