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

Fix type cast exception when creating views #96

Closed ellykits closed 4 years ago

ellykits commented 4 years ago

Signed-off-by: Elly Kitoto junkmailstoelly@gmail.com

codecov[bot] commented 4 years ago

Codecov Report

Merging #96 into master will not change coverage. The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #96   +/-   ##
=========================================
  Coverage     75.14%   75.14%           
+ Complexity      453      452    -1     
=========================================
  Files            40       40           
  Lines          1408     1408           
  Branches        308      308           
=========================================
  Hits           1058     1058           
  Misses           98       98           
  Partials        252      252           
Impacted Files Coverage Δ Complexity Δ
...java/com/nerdstone/neatformcore/utils/ViewUtils.kt 80.45% <50.00%> (ø) 38.00 <0.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 257f0a1...f14ecf0. Read the comment docs.