Closed CodyEngel closed 4 years ago
Merging #7 into master will increase coverage by
8.37%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #7 +/- ##
============================================
+ Coverage 88.23% 96.61% +8.37%
- Complexity 8 15 +7
============================================
Files 4 6 +2
Lines 17 59 +42
Branches 2 4 +2
============================================
+ Hits 15 57 +42
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/FakeCreditCard.kt | 100.00% <100.00%> (ø) |
5.00 <5.00> (?) |
|
src/main/kotlin/dev/fakek/fakes/FakeUrl.kt | 100.00% <100.00%> (ø) |
2.00 <2.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 d6093d1...3cd042d. Read the comment docs.
Added the ability to generate fake credit cards and fake urls through the use of
FakeCreditCard
andFakeUrl
. This also includes a few minor tweaks to the library in general.