Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better streams Take 2 #6

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from
Open

Better streams Take 2 #6

wants to merge 6 commits into from

Conversation

mqus
Copy link
Owner

@mqus mqus commented Apr 11, 2021

No description provided.

@codecov-io
Copy link

codecov-io commented Apr 11, 2021

Codecov Report

Merging #6 (4ed85e3) into develop (93753a9) will increase coverage by 0.68%.
The diff coverage is 98.55%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop       #6      +/-   ##
===========================================
+ Coverage    84.34%   85.02%   +0.68%     
===========================================
  Files           73       74       +1     
  Lines         1846     1897      +51     
===========================================
+ Hits          1557     1613      +56     
+ Misses         289      284       -5     
Flag Coverage Δ
floor 85.02% <98.55%> (+0.68%) ⬆️
floor_generator 84.45% <98.21%> (+0.74%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...b/misc/extension/foreign_key_action_extension.dart 85.71% <85.71%> (ø)
floor/lib/src/adapter/deletion_adapter.dart 100.00% <100.00%> (ø)
floor/lib/src/adapter/insertion_adapter.dart 100.00% <100.00%> (ø)
floor/lib/src/adapter/query_adapter.dart 95.23% <100.00%> (+0.23%) ⬆️
floor/lib/src/adapter/update_adapter.dart 100.00% <100.00%> (ø)
floor_generator/lib/misc/foreign_key_map.dart 100.00% <100.00%> (ø)
floor_generator/lib/writer/dao_writer.dart 100.00% <100.00%> (ø)
floor_generator/lib/writer/database_writer.dart 80.55% <100.00%> (ø)
...enerator/lib/writer/transaction_method_writer.dart 100.00% <100.00%> (ø)
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 93753a9...4ed85e3. Read the comment docs.

@codecov-commenter
Copy link

codecov-commenter commented Apr 18, 2021

Codecov Report

Merging #6 (a47443c) into develop (e473c4b) will increase coverage by 1.21%.
The diff coverage is 100.00%.

❗ Current head a47443c differs from pull request most recent head b394443. Consider uploading reports for the commit b394443 to get more accurate results
Impacted file tree graph

@@             Coverage Diff             @@
##           develop       #6      +/-   ##
===========================================
+ Coverage    90.07%   91.28%   +1.21%     
===========================================
  Files           74       10      -64     
  Lines         1853      195    -1658     
===========================================
- Hits          1669      178    -1491     
+ Misses         184       17     -167     
Flag Coverage Δ
floor 91.28% <100.00%> (+0.85%) ⬆️
floor_generator ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
floor/lib/src/adapter/deletion_adapter.dart 100.00% <100.00%> (ø)
floor/lib/src/adapter/insertion_adapter.dart 100.00% <100.00%> (ø)
floor/lib/src/adapter/query_adapter.dart 97.61% <100.00%> (+2.61%) ⬆️
floor/lib/src/adapter/update_adapter.dart 100.00% <100.00%> (ø)
...enerator/lib/misc/change_method_writer_helper.dart
floor_generator/lib/value_object/primary_key.dart
...r_generator/lib/processor/queryable_processor.dart
floor_generator/lib/misc/type_utils.dart
...erator/lib/misc/extension/dart_type_extension.dart
...loor_generator/lib/misc/annotation_expression.dart
... and 53 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e473c4b...b394443. Read the comment docs.

@mqus mqus force-pushed the better-streams branch 2 times, most recently from 6d2f6aa to f9801cf Compare April 22, 2021 23:02
@mqus mqus added the duplicate This issue or pull request already exists label Apr 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants