Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GraphQL Schema Diff Command #18

Merged
merged 33 commits into from
May 22, 2024
Merged

GraphQL Schema Diff Command #18

merged 33 commits into from
May 22, 2024

Conversation

midnightLuke
Copy link
Contributor

No description provided.

@midnightLuke midnightLuke added the enhancement New feature or request label Mar 5, 2024
@midnightLuke midnightLuke self-assigned this Mar 5, 2024
Copy link

codecov bot commented Mar 5, 2024

Codecov Report

Attention: Patch coverage is 54.90716% with 510 lines in your changes are missing coverage. Please review.

Project coverage is 73.04%. Comparing base (6507b1b) to head (b3b4078).

Files Patch % Lines
src/Command/GraphQLGenerateFromSchema.php 53.43% 190 Missing ⚠️
src/Utility/CodeGenerator/GraphQLCodeHelper.php 66.52% 79 Missing ⚠️
src/Utility/CodeGenerator/GraphQLCodeManager.php 0.00% 68 Missing ⚠️
src/GraphQL/Diff/InputFieldDiff.php 0.00% 37 Missing ⚠️
src/GraphQL/Diff/SchemaComparator.php 81.28% 32 Missing ⚠️
src/GraphQL/Diff/SchemaDiff.php 0.00% 30 Missing ⚠️
src/Command/GraphQLSchemaDiffCommand.php 0.00% 18 Missing ⚠️
src/Utility/CodeGenerator/GraphQLFile.php 0.00% 15 Missing ⚠️
src/GraphQL/Diff/InterfaceTypeDiff.php 0.00% 14 Missing ⚠️
src/GraphQL/Diff/ObjectTypeDiff.php 0.00% 14 Missing ⚠️
... and 1 more
Additional details and impacted files
@@             Coverage Diff             @@
##             main      #18       +/-   ##
===========================================
- Coverage   84.15%   73.04%   -11.11%     
===========================================
  Files          94      109       +15     
  Lines        1830     2961     +1131     
===========================================
+ Hits         1540     2163      +623     
- Misses        290      798      +508     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@midnightLuke midnightLuke linked an issue Mar 7, 2024 that may be closed by this pull request
@midnightLuke midnightLuke added this to the 0.1.0 milestone Mar 20, 2024
@midnightLuke midnightLuke marked this pull request as ready for review May 22, 2024 18:04
@midnightLuke midnightLuke merged commit 2f7c32b into main May 22, 2024
5 of 7 checks passed
@midnightLuke midnightLuke deleted the graphql-schema-diff branch May 22, 2024 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GraphQL Schema Diff Tool
1 participant