rapidpro / surveyor

Android client for executing RapidPro flows offline.
http://rapidpro.io
ISC License
15 stars 12 forks source link

Runtime migration of flows #61

Closed rowanseymour closed 4 years ago

rowanseymour commented 4 years ago

Update to latest goflow where flow migration happens automatically in ReadFlow. This avoids the problem of migrating and saving flows, only for them to become too old for a newer version of the app.

codecov-io commented 4 years ago

Codecov Report

Merging #61 into master will decrease coverage by 0.17%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #61      +/-   ##
============================================
- Coverage     44.31%   44.14%   -0.18%     
+ Complexity      334      331       -3     
============================================
  Files            64       64              
  Lines          2085     2075      -10     
  Branches        169      167       -2     
============================================
- Hits            924      916       -8     
+ Misses         1108     1106       -2     
  Partials         53       53
Impacted Files Coverage Δ Complexity Δ
...in/java/io/rapidpro/surveyor/net/TembaService.java 67.02% <100%> (-2.59%) 17 <0> (-2)
.../main/java/io/rapidpro/surveyor/engine/Engine.java 70% <100%> (+3.33%) 17 <2> (-1) :arrow_down:

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 1c88a48...d5b492b. Read the comment docs.