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

Upgrade dependencies #118

Closed ellykits closed 2 years ago

ellykits commented 2 years ago

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

codecov[bot] commented 2 years ago

Codecov Report

Merging #118 (b002f42) into master (dddea71) will increase coverage by 0.81%. The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             master     #118      +/-   ##
============================================
+ Coverage     74.98%   75.79%   +0.81%     
- Complexity      454      455       +1     
============================================
  Files            43       42       -1     
  Lines          1535     1603      +68     
  Branches        346      317      -29     
============================================
+ Hits           1151     1215      +64     
- Misses          121      138      +17     
+ Partials        263      250      -13     
Impacted Files Coverage Δ
...com/nerdstone/neatformcore/datasource/AssetFile.kt 100.00% <100.00%> (+20.00%) :arrow_up:
...rdstone/neatformcore/form/json/JsonFormEmbedded.kt 76.00% <100.00%> (+8.00%) :arrow_up:
...com/nerdstone/neatformcore/form/json/JsonParser.kt 0.00% <0.00%> (-50.00%) :arrow_down:
...a/com/nerdstone/neatformcore/domain/model/NForm.kt 72.72% <0.00%> (-24.05%) :arrow_down:
...tone/neatformcore/domain/model/NFormViewDetails.kt 60.00% <0.00%> (-20.00%) :arrow_down:
...eatformcore/views/widgets/NotificationNFormView.kt 66.66% <0.00%> (-11.12%) :arrow_down:
...tformcore/views/widgets/NumberSelectorNFormView.kt 83.33% <0.00%> (-11.12%) :arrow_down:
...ne/neatformcore/views/containers/RadioGroupView.kt 75.00% <0.00%> (-10.00%) :arrow_down:
...mcore/utils/internationalization/LanguageHelper.kt 40.00% <0.00%> (-10.00%) :arrow_down:
...rmcore/views/widgets/TextInputEditTextNFormView.kt 76.19% <0.00%> (-9.53%) :arrow_down:
... and 30 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 dddea71...b002f42. Read the comment docs.