violines / rest-bundle

Symfony Bundle to create REST APIs
MIT License
35 stars 1 forks source link

declare most classes @internal #108

Closed simon-schubert closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #108 (c0607b0) into master (c781540) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #108   +/-   ##
=========================================
  Coverage     84.46%   84.46%           
  Complexity      140      140           
=========================================
  Files            31       31           
  Lines           354      354           
=========================================
  Hits            299      299           
  Misses           55       55           
Impacted Files Coverage Δ Complexity Δ
src/DependencyInjection/Configuration.php 100.00% <ø> (ø) 1.00 <0.00> (ø)
src/DependencyInjection/ViolinesRestExtension.php 100.00% <ø> (ø) 1.00 <0.00> (ø)
src/Error/Error.php 100.00% <ø> (ø) 5.00 <0.00> (ø)
src/Error/ErrorListener.php 100.00% <ø> (ø) 4.00 <0.00> (ø)
src/Error/NotAcceptableListener.php 100.00% <ø> (ø) 5.00 <0.00> (ø)
src/Error/ValidationException.php 100.00% <ø> (ø) 4.00 <0.00> (ø)
src/Error/ValidationExceptionListener.php 100.00% <ø> (ø) 4.00 <0.00> (ø)
.../HttpApi/AnnotationReaderNotInstalledException.php 0.00% <ø> (ø) 2.00 <0.00> (ø)
src/HttpApi/HttpApiParameterException.php 100.00% <ø> (ø) 2.00 <0.00> (ø)
src/HttpApi/HttpApiReader.php 100.00% <ø> (ø) 6.00 <0.00> (ø)
... and 18 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 c781540...c0607b0. Read the comment docs.