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

feat: Stricter analysis #1073

Closed budde377 closed 2 years ago

budde377 commented 2 years ago

This PR increases the scrutiny of the analysis.

codecov[bot] commented 2 years ago

Codecov Report

Merging #1073 (30e92c7) into main (8a10d4d) will increase coverage by 0.20%. The diff coverage is 71.87%.

:exclamation: Current head 30e92c7 differs from pull request most recent head 131ea1f. Consider uploading reports for the commit 131ea1f to get more accurate results

@@            Coverage Diff             @@
##             main    #1073      +/-   ##
==========================================
+ Coverage   55.81%   56.02%   +0.20%     
==========================================
  Files          41       41              
  Lines        1521     1519       -2     
==========================================
+ Hits          849      851       +2     
+ Misses        672      668       -4     
Impacted Files Coverage Δ
...graphql/lib/src/cache/_normalizing_data_proxy.dart 92.98% <ø> (ø)
packages/graphql/lib/src/core/query_options.dart 44.00% <ø> (ø)
...es/graphql/lib/src/exceptions/exceptions_next.dart 16.98% <0.00%> (ø)
packages/graphql/lib/src/scheduler/scheduler.dart 4.16% <ø> (ø)
packages/graphql/lib/src/utilities/helpers.dart 91.30% <ø> (ø)
packages/graphql/lib/src/utilities/response.dart 46.15% <ø> (-3.85%) :arrow_down:
...s/graphql_flutter/lib/src/widgets/hooks/query.dart 100.00% <ø> (ø)
...ql_flutter/lib/src/widgets/hooks/subscription.dart 0.00% <0.00%> (ø)
...ql_flutter/lib/src/widgets/result_accumulator.dart 0.00% <0.00%> (ø)
...ackages/graphql/lib/src/core/observable_query.dart 40.00% <14.28%> (-1.74%) :arrow_down:
... and 11 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 ff0099b...131ea1f. Read the comment docs.