CodyEngel / fakek

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

Updating gradle #29

Closed Caps-Looking closed 3 years ago

Caps-Looking commented 3 years ago

Closes #28

Description

Updates gradle version to support jdk 14.

Technical Details

Reviewers: @CodyEngel

codecov[bot] commented 3 years ago

Codecov Report

Merging #29 into main will increase coverage by 0.12%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##               main      #29      +/-   ##
============================================
+ Coverage     97.93%   98.05%   +0.12%     
- Complexity       34       35       +1     
============================================
  Files            10       10              
  Lines            97      103       +6     
  Branches          4        3       -1     
============================================
+ Hits             95      101       +6     
- Misses            0        1       +1     
+ Partials          2        1       -1     
Impacted Files Coverage Δ Complexity Δ
src/main/kotlin/dev/fakek/FakeContext.kt 94.44% <0.00%> (-5.56%) 1.00% <0.00%> (ø%)
src/main/kotlin/dev/fakek/fakes/FakeCreditCard.kt 100.00% <0.00%> (ø) 5.00% <0.00%> (ø%)
src/main/kotlin/dev/fakek/fakes/FakePassword.kt 85.71% <0.00%> (+19.04%) 3.00% <0.00%> (+1.00%)
...rc/main/kotlin/dev/fakek/fakes/FakeEmailAddress.kt 100.00% <0.00%> (+33.33%) 2.00% <0.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 30c1bb2...873e5a7. Read the comment docs.