jinyus / dart_beacon

A reactive primitive (signals) and state management library for dart and flutter
https://pub.dev/packages/state_beacon
28 stars 2 forks source link

Make untracked local #14

Closed jinyus closed 8 months ago

jinyus commented 8 months ago

Description

Previously, Beacon.untracked() would hide the update/access from all listeners. This PR changes its behavior so it only hides from the current effects.

Type of Change

codecov-commenter commented 8 months ago

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (9ec631d) 98.62% compared to head (0ddb295) 99.41%. Report is 51 commits behind head on main.

Files Patch % Lines
state_beacon/lib/src/base_beacon.dart 95.00% 2 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #14 +/- ## ========================================== + Coverage 98.62% 99.41% +0.79% ========================================== Files 26 27 +1 Lines 653 681 +28 ========================================== + Hits 644 677 +33 + Misses 9 4 -5 ``` | [Flag](https://app.codecov.io/gh/jinyus/dart_beacon/pull/14/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jinyus) | Coverage ฮ” | | |---|---|---| | [unittests](https://app.codecov.io/gh/jinyus/dart_beacon/pull/14/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jinyus) | `99.41% <97.18%> (+0.79%)` | :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=jinyus#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.