dotkernel / api

DotKernel's PSR-7 REST style API built around the Mezzio API skeleton.
https://docs.dotkernel.org/api-documentation/
MIT License
35 stars 5 forks source link

Code quality related changes. #197

Closed alexmerlin closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (4.0@68f8a67). Click here to learn what that means. Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## 4.0 #197 +/- ## ====================================== Coverage ? 71.02% Complexity ? 652 ====================================== Files ? 109 Lines ? 2454 Branches ? 0 ====================================== Hits ? 1743 Misses ? 711 Partials ? 0 ```

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

alexmerlin commented 1 year ago

Note: If anybody has an idea on why this error happens, please feel free to request changes that will fix it. For now, the only solution I had was to phpcs ignore the list of ConfigProviders in config/config.php, but obviously, this is not the right solution.