Closed CodyEngel closed 4 years ago
Merging #8 into master will increase coverage by
0.79%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #8 +/- ##
============================================
+ Coverage 96.61% 97.40% +0.79%
- Complexity 15 24 +9
============================================
Files 6 7 +1
Lines 59 77 +18
Branches 4 4
============================================
+ Hits 57 75 +18
Partials 2 2
Impacted Files | Coverage Δ | Complexity Δ | |
---|---|---|---|
src/main/kotlin/dev/fakek/FakeContext.kt | 100.00% <100.00%> (ø) |
1.00 <0.00> (ø) |
|
src/main/kotlin/dev/fakek/fakes/FakeAddress.kt | 100.00% <100.00%> (ø) |
9.00 <9.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 94ccb6b...ed094b1. Read the comment docs.
Added a FakeAddress which includes a house number, street name, street type, secondary address, city, state abbreviation, and postal code. Currently this is built to support US addresses only.