CodyEngel / fakek

A faker library for Kotlin.
Apache License 2.0
7 stars 5 forks source link

Fake Credit Card and Url #7

Closed CodyEngel closed 4 years ago

CodyEngel commented 4 years ago

Added the ability to generate fake credit cards and fake urls through the use of FakeCreditCard and FakeUrl. This also includes a few minor tweaks to the library in general.

codecov[bot] commented 4 years ago

Codecov Report

Merging #7 into master will increase coverage by 8.37%. The diff coverage is 100.00%.

Impacted file tree graph

@@             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.