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

Support asynchronous migrations #287

Merged
merged 2 commits into from
Mar 19, 2020
Merged

Support asynchronous migrations #287

merged 2 commits into from
Mar 19, 2020

Conversation

vitusortner
Copy link
Collaborator

Closes #273

@codecov
Copy link

codecov bot commented Mar 15, 2020

Codecov Report

Merging #287 into develop will not change coverage by %.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #287   +/-   ##
========================================
  Coverage    81.38%   81.38%           
========================================
  Files           57       57           
  Lines         1477     1477           
========================================
  Hits          1202     1202           
  Misses         275      275           
Flag Coverage Δ
#floor 81.38% <100.00%> (ø)
#floor_generator 80.77% <ø> (ø)
Impacted Files Coverage Δ
floor/lib/src/migration.dart 18.75% <ø> (ø)
floor_generator/lib/writer/database_writer.dart 80.55% <ø> (ø)
floor/lib/src/adapter/migration_adapter.dart 100.00% <100.00%> (ø)

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 7f45da2...d3cfc7a. Read the comment docs.

@vitusortner vitusortner marked this pull request as ready for review March 19, 2020 18:06
@vitusortner vitusortner merged commit 5a8b4e1 into develop Mar 19, 2020
@vitusortner vitusortner deleted the async-migration branch March 19, 2020 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

async migration
1 participant