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

Add concatAST utility function #930

Merged
merged 5 commits into from
Oct 1, 2021
Merged

Conversation

vhenzl
Copy link
Contributor

@vhenzl vhenzl commented Sep 4, 2021

Cherry-picked from #929.

@codecov
Copy link

codecov bot commented Sep 5, 2021

Codecov Report

Merging #930 (3c5934f) into master (2abac8c) will increase coverage by 0.07%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #930      +/-   ##
============================================
+ Coverage     94.16%   94.23%   +0.07%     
  Complexity       50       50              
============================================
  Files           117      117              
  Lines          9685     9684       -1     
============================================
+ Hits           9120     9126       +6     
+ Misses          565      558       -7     
Impacted Files Coverage Δ
src/Utils/AST.php 93.05% <100.00%> (+0.16%) ⬆️
src/Utils/SchemaPrinter.php 98.96% <0.00%> (-0.07%) ⬇️
src/Language/Printer.php 99.25% <0.00%> (-0.03%) ⬇️
src/Language/Lexer.php 97.75% <0.00%> (ø)
src/Type/Definition/UnionType.php 95.45% <0.00%> (ø)
src/Utils/ASTDefinitionBuilder.php 90.00% <0.00%> (ø)
src/Type/Definition/InterfaceType.php 97.82% <0.00%> (ø)
src/Utils/BlockString.php
src/Language/BlockString.php 100.00% <0.00%> (ø)
src/Error/Error.php 94.89% <0.00%> (+0.05%) ⬆️
... and 3 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 2abac8c...3c5934f. Read the comment docs.

@vhenzl
Copy link
Contributor Author

vhenzl commented Oct 1, 2021

This should be good to go now.

@spawnia spawnia merged commit eb640db into webonyx:master Oct 1, 2021
@vhenzl vhenzl deleted the add-concat-ast branch October 1, 2021 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants