graphql-dotnet / parser

A lexer and parser for GraphQL in .NET
MIT License
216 stars 43 forks source link

Append newline to printed documents #391

Closed Shane32 closed 2 months ago

Shane32 commented 2 months ago

I'd like this merged in for v9.4.0 in preparation for GraphQL.NET v8.0. Note: GraphQL.NET v7.x uses the v8 parser.

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 66.66667% with 1 line in your changes missing coverage. Please review.

Project coverage is 96.10%. Comparing base (b201d09) to head (10315dd).

Files Patch % Lines
src/GraphQLParser/Visitors/SDLPrinter.cs 66.66% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #391 +/- ## ========================================== - Coverage 96.12% 96.10% -0.02% ========================================== Files 89 89 Lines 5030 5032 +2 Branches 500 500 ========================================== + Hits 4835 4836 +1 Misses 194 194 - Partials 1 2 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.