datafaker-net / datafaker

Generating fake data for the JVM (Java, Kotlin, Groovy) has never been easier!
https://www.datafaker.net
Apache License 2.0
1.09k stars 151 forks source link

Add doc about advanced char sequence generation #1246

Closed snuyanzin closed 1 month ago

codecov-commenter commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.01%. Comparing base (b37c566) to head (1de69c8). Report is 149 commits behind head on main.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1246 +/- ## ============================================ - Coverage 92.35% 92.01% -0.34% - Complexity 2821 3041 +220 ============================================ Files 292 309 +17 Lines 5609 5987 +378 Branches 599 629 +30 ============================================ + Hits 5180 5509 +329 - Misses 275 319 +44 - Partials 154 159 +5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

kingthorin commented 1 month ago

Downstream tests are failing but the issue seems unrelated to this PR

snuyanzin commented 1 month ago

Downstream tests are failing but the issue seems unrelated to this PR

yeahh... that was the reason https://github.com/datafaker-net/datafaker-gen/pull/12 we added connector to BigQuery and in tests it requires service account...

Anyway we don't need such test on datafaker side, so just skip it within https://github.com/datafaker-net/datafaker/pull/1247