ntex-rs / ntex

framework for composable networking services
Apache License 2.0
1.84k stars 105 forks source link

test(web): improve coverage for route and default errors #354

Closed msga-mmm closed 1 month ago

msga-mmm commented 1 month ago

Increased a bit the test coverage. around +0.06%.

image

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.70%. Comparing base (33490cd) to head (a49606c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #354 +/- ## ========================================== + Coverage 90.64% 90.70% +0.06% ========================================== Files 197 197 Lines 31653 31664 +11 ========================================== + Hits 28691 28720 +29 + Misses 2962 2944 -18 ```

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

fafhrd91 commented 1 month ago

thanks!