MichalLytek / type-graphql

Create GraphQL schema and resolvers with TypeScript, using classes and decorators!
https://typegraphql.com
MIT License
8.02k stars 675 forks source link

chore: better regex #1494

Closed carlocorradini closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (f50d1d0) 95.49% compared to head (c6ad5ce) 95.49%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1494 +/- ## ======================================= Coverage 95.49% 95.49% ======================================= Files 113 113 Lines 1866 1866 Branches 364 364 ======================================= Hits 1782 1782 Misses 84 84 ```

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

carlocorradini commented 1 year ago

Fixing...

carlocorradini commented 1 year ago

Done