ellykits / neat-form

Build form on Android using JSON schema; also includes view validation and skip logic.
Apache License 2.0
67 stars 28 forks source link

Refactor view creation #82

Closed ellykits closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #82 into master will decrease coverage by 0.62%. The diff coverage is 70.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #82      +/-   ##
============================================
- Coverage     72.95%   72.32%   -0.63%     
+ Complexity      378      364      -14     
============================================
  Files            36       36              
  Lines          1135     1113      -22     
  Branches        232      233       +1     
============================================
- Hits            828      805      -23     
- Misses          138      140       +2     
+ Partials        169      168       -1     
Impacted Files Coverage Δ Complexity Δ
...atformcore/views/containers/MultiChoiceCheckBox.kt 72.22% <ø> (-1.47%) 11.00 <0.00> (-2.00)
...ne/neatformcore/views/containers/RadioGroupView.kt 93.75% <ø> (-0.37%) 10.00 <0.00> (-1.00)
...ne/neatformcore/views/widgets/CheckBoxNFormView.kt 87.50% <ø> (-0.97%) 13.00 <0.00> (-1.00)
...tformcore/views/widgets/DateTimePickerNFormView.kt 66.66% <ø> (-3.34%) 9.00 <0.00> (-1.00)
...ne/neatformcore/views/widgets/EditTextNFormView.kt 95.83% <ø> (-0.33%) 14.00 <0.00> (-1.00)
...tformcore/views/widgets/NumberSelectorNFormView.kt 93.75% <ø> (-0.37%) 8.00 <0.00> (-1.00)
...one/neatformcore/views/widgets/SpinnerNFormView.kt 93.75% <ø> (-0.37%) 8.00 <0.00> (-1.00)
...rmcore/views/widgets/TextInputEditTextNFormView.kt 94.44% <ø> (-0.56%) 11.00 <0.00> (-1.00)
.../nerdstone/neatformcore/rules/NeatFormValidator.kt 64.81% <45.45%> (-0.64%) 14.00 <2.00> (ø)
...erdstone/neatformcore/form/json/JsonFormBuilder.kt 57.93% <62.50%> (+3.45%) 21.00 <2.00> (+1.00)
... and 17 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 4ca5ac4...7611836. Read the comment docs.