thecodingmachine / graphqlite

Use PHP Attributes/Annotations to declare your GraphQL API
https://graphqlite.thecodingmachine.io
MIT License
554 stars 95 forks source link

Improve and fix CI workflows for CS checks, code coverage enabling, etc #655

Closed oojacoboo closed 5 months ago

codecov-commenter commented 5 months ago

Codecov Report

Attention: 120 lines in your changes are missing coverage. Please review.

Comparison is base (53f9d49) 95.72% compared to head (88b5bd7) 95.32%. Report is 64 commits behind head on master.

Files Patch % Lines
src/InputFieldDescriptor.php 44.82% 16 Missing :warning:
src/FieldsBuilder.php 92.22% 15 Missing :warning:
src/Http/Psr15GraphQLMiddlewareBuilder.php 50.00% 9 Missing :warning:
src/InputField.php 52.63% 9 Missing :warning:
src/Mappers/Root/EnumTypeMapper.php 66.66% 8 Missing :warning:
src/Middlewares/MagicPropertyResolver.php 57.14% 6 Missing :warning:
...Middlewares/SourceConstructorParameterResolver.php 45.45% 6 Missing :warning:
src/Middlewares/SourceInputPropertyResolver.php 40.00% 6 Missing :warning:
...ersistedQuery/PersistedQueryIdInvalidException.php 33.33% 6 Missing :warning:
...PersistedQuery/PersistedQueryNotFoundException.php 33.33% 6 Missing :warning:
... and 14 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #655 +/- ## ============================================ - Coverage 95.72% 95.32% -0.40% - Complexity 1773 1815 +42 ============================================ Files 154 171 +17 Lines 4586 4839 +253 ============================================ + Hits 4390 4613 +223 - Misses 196 226 +30 ```

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