Closed immenor closed 5 years ago
Merging #4 into master will increase coverage by
1.11%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #4 +/- ##
==========================================
+ Coverage 94.86% 95.97% +1.11%
==========================================
Files 84 86 +2
Lines 2880 3680 +800
==========================================
+ Hits 2732 3532 +800
Misses 148 148
Impacted Files | Coverage Δ | |
---|---|---|
...ctTests/UITableView/UITableViewConfiguration.swift | 100% <ø> (ø) |
:arrow_up: |
SuccinctTests/Builders/UITableViewBuilder.swift | 100% <100%> (ø) |
:arrow_up: |
...ler/UIViewController+UIButton+findButtonSpec.swift | 100% <100%> (ø) |
|
...sts/UITableView/UITableViewConfigurationSpec.swift | 100% <100%> (ø) |
:arrow_up: |
...wController/UIViewController+UITableViewSpec.swift | 100% <100%> (ø) |
:arrow_up: |
...uccinctTests/UITableView/UnitTestUITableView.swift | 94.59% <100%> (+1.26%) |
:arrow_up: |
Succinct/UIView/UIView+UIButton.swift | 100% <100%> (ø) |
:arrow_up: |
...er/UIViewController+UIButton+findButtonsSpec.swift | 100% <100%> (ø) |
|
...ViewController/UIViewController+UIButtonSpec.swift | 100% <100%> (ø) |
:arrow_up: |
...IViewController/UIViewController+UILabelSpec.swift | 100% <100%> (ø) |
:arrow_up: |
... and 4 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 6f78c08...ba6a01d. Read the comment docs.
Adds the ability to find buttons inside of tableview cells and tableview headers. Breaks out UIButton related tests into 3 files based on method name.