CodyEngel / fakek

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

#43 - Add fake job #53

Closed HarisHoulis closed 3 years ago

HarisHoulis commented 3 years ago

Closes #43

Description

Create a FakeJobclass that wraps the corresponding fake in java-faker.

Technical Details

Code Samples

fun main() {
    // fakeJob: FakeJob(field=Computer Science, keySkills=Problem Solving, position=Engineer, seniority=Lead, title=Lead Engineer)
    fakek { println("fakeJob: $fakeJob") }
}

Reviewers: @CodyEngel

codecov[bot] commented 3 years ago

Codecov Report

Merging #53 into main will increase coverage by 0.06%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main      #53      +/-   ##
============================================
+ Coverage     99.00%   99.06%   +0.06%     
- Complexity       83       90       +7     
============================================
  Files            19       20       +1     
  Lines           201      215      +14     
  Branches          3        3              
============================================
+ Hits            199      213      +14     
  Misses            1        1              
  Partials          1        1              
Impacted Files Coverage Δ Complexity Δ
src/main/kotlin/dev/fakek/FakeContext.kt 97.29% <100.00%> (+0.15%) 1.00 <0.00> (ø)
src/main/kotlin/dev/fakek/fakes/FakeJob.kt 100.00% <100.00%> (ø) 7.00 <7.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 2fcf2c7...8c2da31. Read the comment docs.