Closed OndrejKunc closed 5 years ago
Merging #7 into master will increase coverage by
0.06%
. The diff coverage is60%
.
@@ Coverage Diff @@
## master #7 +/- ##
==========================================
+ Coverage 43.81% 43.87% +0.06%
==========================================
Files 53 54 +1
Lines 1495 1502 +7
==========================================
+ Hits 655 659 +4
- Misses 840 843 +3
Impacted Files | Coverage Δ | |
---|---|---|
...ynamic_forms/lib/src/form_elements/validation.dart | 36.36% <ø> (ø) |
:arrow_up: |
...rms/lib/src/form_elements/required_validation.dart | 0% <ø> (ø) |
:arrow_up: |
...amic_forms/lib/src/form_elements/radio_button.dart | 0% <ø> (ø) |
:arrow_up: |
...dynamic_forms/lib/src/form_elements/check_box.dart | 0% <ø> (ø) |
:arrow_up: |
...c_forms/lib/src/form_elements/dropdown_option.dart | 0% <ø> (ø) |
:arrow_up: |
...ages/dynamic_forms/lib/src/form_elements/form.dart | 22.22% <ø> (ø) |
:arrow_up: |
...ges/dynamic_forms/lib/src/form_elements/label.dart | 33.33% <ø> (ø) |
:arrow_up: |
...ages/dynamic_forms/lib/src/form_elements/text.dart | 40% <ø> (ø) |
:arrow_up: |
...c_forms/lib/src/form_elements/dropdown_button.dart | 0% <ø> (ø) |
:arrow_up: |
...amic_forms/lib/src/form_elements/form_element.dart | 59.09% <0%> (ø) |
:arrow_up: |
... and 11 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 f4e2e6f...d2e4f8b. Read the comment docs.
Add container element. Using FormElement instead of ExpressionProviderElement in all places where we do not need this abstraction. Unify API of Radio buttons and Dropdown buttons