juancastillo0 / leto

Dart GraphQL server libraries. Utilities, code generator, examples and reference implementation.
https://juancastillo0.github.io/leto/
MIT License
38 stars 6 forks source link

Validation #1

Closed juancastillo0 closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #1 (eb9bd31) into main (551e9ec) will increase coverage by 6.84%. The diff coverage is 93.11%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #1      +/-   ##
==========================================
+ Coverage   79.89%   86.74%   +6.84%     
==========================================
  Files          67      100      +33     
  Lines        4756     6495    +1739     
==========================================
+ Hits         3800     5634    +1834     
+ Misses        956      861      -95     
Impacted Files Coverage Δ
leto/lib/src/types/safe_json_graphql.dart 85.71% <ø> (+10.71%) :arrow_up:
leto_schema/lib/introspection.dart 96.98% <ø> (-0.23%) :arrow_down:
leto_schema/lib/src/gen.dart 95.83% <ø> (+5.51%) :arrow_up:
...eto_shelf/lib/src/server_utils/graphql_upload.dart 72.72% <ø> (+11.18%) :arrow_up:
leto_schema/lib/src/field.dart 90.00% <50.00%> (+6.66%) :arrow_up:
leto_schema/lib/src/rules/error_mapping.dart 50.00% <50.00%> (ø)
...b/src/rules/rules/unique_directive_names_rule.dart 66.66% <66.66%> (ø)
leto_schema/lib/src/union.dart 67.85% <66.66%> (+2.33%) :arrow_up:
...src/rules/rules/implement_interface_once_rule.dart 70.00% <70.00%> (ø)
...a/lib/src/rules/rules/unique_type_names_rules.dart 70.00% <70.00%> (ø)
... and 58 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 87ebf29...eb9bd31. Read the comment docs.