slovnicki / beamer

A routing package built on top of Router and Navigator's pages API, supporting arbitrary nested navigation, guards and more.
MIT License
589 stars 130 forks source link

Updates browser tab title setting method #657

Closed lenzpaul closed 7 months ago

lenzpaul commented 7 months ago

Refactoring with the primary goal of improving the code coverage metric. Previously the code coverage was 96.57% and now it is 97.1%. This change does not introduce new functionality nor change the existing behavior.

The changes are as follows:

These changes allow the coverage tool to reach the code that sets the title of the tab on web.

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (4a675d2) 96.56% compared to head (a827d12) 97.11%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #657 +/- ## ========================================== + Coverage 96.56% 97.11% +0.55% ========================================== Files 13 14 +1 Lines 903 902 -1 ========================================== + Hits 872 876 +4 + Misses 31 26 -5 ```

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