CodyEngel / fakek

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

Added FakeAvatar #24

Closed CodyEngel closed 3 years ago

CodyEngel commented 3 years ago

Closes #13

Description

Added FakeAvatar which provides a mechanism for generating fake avatars that can be displayed in client applications.

Technical Details

Code Samples

Please provide code samples for how these changes will be used by applications consuming this library. Here's an example:

fun main() {
    // avatar: FakeAvatar(image=https://s3.amazonaws.com/uifaces/faces/twitter/pixage/128.jpg)
    fakek { println("avatar: $fakeAvatar") }
}

Reviewers: @CodyEngel

codecov[bot] commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (main@51c8258). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #24   +/-   ##
=======================================
  Coverage        ?   97.93%           
  Complexity      ?       34           
=======================================
  Files           ?       10           
  Lines           ?       97           
  Branches        ?        4           
=======================================
  Hits            ?       95           
  Misses          ?        0           
  Partials        ?        2           

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 51c8258...ca02a11. Read the comment docs.