StruckCroissant / Game-DB

Game-DB is a game database search engine deployed on Docker and powered by Java Spring Boot and AngularJS
GNU General Public License v3.0
2 stars 0 forks source link

40 refactor login page #65

Closed StruckCroissant closed 7 months ago

StruckCroissant commented 8 months ago

Summary

codecov-commenter commented 8 months ago

Codecov Report

Attention: Patch coverage is 95.85586% with 23 lines in your changes are missing coverage. Please review.

Project coverage is 94.73%. Comparing base (4168a2f) to head (6d8f0fb).

Files Patch % Lines
web/src/main.ts 60.00% 6 Missing :warning:
web/src/stores/toastStore.ts 82.75% 5 Missing :warning:
web/src/mount.ts 50.00% 4 Missing :warning:
web/src/types/schemas.ts 95.77% 3 Missing :warning:
web/src/services/network/userHttp.ts 0.00% 2 Missing :warning:
web/src/composables/network/useFetch.ts 98.66% 0 Missing and 1 partial :warning:
web/src/composables/useLoadingDelay.ts 97.14% 1 Missing :warning:
...c/services/authentication/authenticationService.ts 85.71% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #65 +/- ## =========================================== + Coverage 64.10% 94.73% +30.63% =========================================== Files 18 25 +7 Lines 234 1197 +963 Branches 25 49 +24 =========================================== + Hits 150 1134 +984 + Misses 80 62 -18 + Partials 4 1 -3 ``` | [Flag](https://app.codecov.io/gh/StruckCroissant/Game-DB/pull/65/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kota) | Coverage Δ | | |---|---|---| | [frontend-e2e](https://app.codecov.io/gh/StruckCroissant/Game-DB/pull/65/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kota) | `76.56% <80.48%> (+15.88%)` | :arrow_up: | | [frontend-unit](https://app.codecov.io/gh/StruckCroissant/Game-DB/pull/65/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kota) | `92.80% <92.61%> (+20.08%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kota#carryforward-flags-in-the-pull-request-comment) to find out more.

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