Closed nank1ro closed 1 year ago
Merging #22 (ce86487) into dev (9a2762b) will decrease coverage by
1.17%
. The diff coverage is97.82%
.:exclamation: Current head ce86487 differs from pull request most recent head 27059d1. Consider uploading reports for the commit 27059d1 to get more accurate results
@@ Coverage Diff @@
## dev #22 +/- ##
===========================================
- Coverage 100.00% 98.83% -1.17%
===========================================
Files 13 16 +3
Lines 444 689 +245
===========================================
+ Hits 444 681 +237
- Misses 0 8 +8
Impacted Files | Coverage Δ | |
---|---|---|
...lutter_solidart/lib/src/models/solid_provider.dart | 100.00% <ø> (ø) |
|
...ckages/solidart/lib/src/core/reactive_context.dart | 95.91% <95.91%> (ø) |
|
packages/solidart/lib/src/core/computed.dart | 96.55% <96.55%> (ø) |
|
...ges/flutter_solidart/lib/src/utils/extensions.dart | 100.00% <100.00%> (ø) |
|
...ter_solidart/lib/src/widgets/resource_builder.dart | 100.00% <100.00%> (ø) |
|
...utter_solidart/lib/src/widgets/signal_builder.dart | 100.00% <100.00%> (ø) |
|
...ckages/flutter_solidart/lib/src/widgets/solid.dart | 100.00% <100.00%> (ø) |
|
packages/solidart/lib/src/core/atom.dart | 100.00% <100.00%> (ø) |
|
packages/solidart/lib/src/core/effect.dart | 100.00% <100.00%> (ø) |
|
packages/solidart/lib/src/core/read_signal.dart | 100.00% <100.00%> (ø) |
|
... and 3 more |
The core of the library has been changed with the integration of the automatic dependency tracking. This is a developer preview which may have issues and has not been battle tested. Before merging it into stable I'm going to add unit tests to everything in order to keep it at 100% and I'm also going to document everything again with the new changes.