kitsuyui / ts-playground

TypeScript Playground
0 stars 1 forks source link

Implement: @kitsuyui/intended-rollback #249

Closed kitsuyui closed 6 months ago

kitsuyui commented 6 months ago

Implement a new package that provides a way to intended rollback. This is useful when you want to rollback data for testing or other purposes.

codecov-commenter commented 6 months ago

Codecov Report

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

Project coverage is 96.81%. Comparing base (e6f6f03) to head (c78a037). Report is 1 commits behind head on main.

Files Patch % Lines
packages/intended-rollback/src/errors.ts 50.00% 3 Missing :warning:
packages/intended-rollback/src/base.ts 95.45% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #249 +/- ## ========================================== - Coverage 98.43% 96.81% -1.62% ========================================== Files 12 14 +2 Lines 192 220 +28 Branches 40 43 +3 ========================================== + Hits 189 213 +24 - Misses 3 7 +4 ``` | [Flag](https://app.codecov.io/gh/kitsuyui/ts-playground/pull/249/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kitsuyui) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/kitsuyui/ts-playground/pull/249/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kitsuyui) | `96.81% <85.71%> (-1.62%)` | :arrow_down: | 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=kitsuyui#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.