make Brazilian ID Number accessible via faker.idNumber()#1631
Conversation
CPF was already available via `faker.cpf().valid()`, but now it's also available via more generic `new Faker(new Locale("pt", "BR")).idNumber().valid()`.
PR Summary
|
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1631 +/- ##
============================================
+ Coverage 92.39% 92.41% +0.02%
- Complexity 3378 3382 +4
============================================
Files 332 333 +1
Lines 6664 6670 +6
Branches 664 664
============================================
+ Hits 6157 6164 +7
+ Misses 348 347 -1
Partials 159 159 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Brazilian ID Number (aka CPF) was already available via
but now it's also available via more generic