• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

euskadi31 / go-faker
94%

Build:
DEFAULT BRANCH: master
Repo Added 08 Jun 2022 09:11PM UTC
Token NyHoaAlzKxLNorC3SKz79OQRXThWjKnzG regen
Build 87 Last
Files 21
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • dependabot/github_actions/actions/checkout-3
  • dependabot/github_actions/actions/checkout-4
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/github-script-6
  • dependabot/github_actions/actions/github-script-7
  • dependabot/github_actions/actions/github-script-8
  • dependabot/github_actions/actions/setup-go-4
  • dependabot/github_actions/actions/setup-go-5
  • dependabot/github_actions/actions/setup-go-6
  • dependabot/github_actions/github/codeql-action-3
  • dependabot/github_actions/github/codeql-action-4
  • dependabot/github_actions/golangci/golangci-lint-action-3.4.0
  • dependabot/github_actions/golangci/golangci-lint-action-3.5.0
  • dependabot/github_actions/golangci/golangci-lint-action-3.6.0
  • dependabot/github_actions/golangci/golangci-lint-action-3.7.0
  • dependabot/github_actions/golangci/golangci-lint-action-4.0.0
  • dependabot/github_actions/golangci/golangci-lint-action-5.0.0
  • dependabot/github_actions/golangci/golangci-lint-action-5.3.0
  • dependabot/github_actions/golangci/golangci-lint-action-6.0.1
  • dependabot/github_actions/golangci/golangci-lint-action-6.1.0
  • dependabot/github_actions/golangci/golangci-lint-action-6.1.1
  • dependabot/github_actions/golangci/golangci-lint-action-6.2.0
  • dependabot/github_actions/golangci/golangci-lint-action-6.3.1
  • dependabot/github_actions/golangci/golangci-lint-action-6.5.0
  • dependabot/github_actions/golangci/golangci-lint-action-6.5.1
  • dependabot/github_actions/golangci/golangci-lint-action-6.5.2
  • dependabot/github_actions/golangci/golangci-lint-action-8
  • dependabot/github_actions/golangci/golangci-lint-action-9
  • dependabot/go_modules/github.com/stretchr/testify-1.10.0
  • dependabot/go_modules/github.com/stretchr/testify-1.11.0
  • dependabot/go_modules/github.com/stretchr/testify-1.11.1
  • dependabot/go_modules/github.com/stretchr/testify-1.8.2
  • dependabot/go_modules/github.com/stretchr/testify-1.8.3
  • dependabot/go_modules/github.com/stretchr/testify-1.8.4
  • dependabot/go_modules/github.com/stretchr/testify-1.9.0
  • feat/date-time-generators
  • feature/44-enterprise-id-generator
  • feature/locale
  • feature/timezone
  • feature/with-rand
  • master

19 Jun 2026 09:26AM UTC coverage: 94.207% (+2.0%) from 92.256%
27817388706

push

github

euskadi31
feat: add enterprise id generators

Adds SIREN, SIRET, EIN, DUNS, LEI, VATNumber (27 EU member states) and
EUID generators with checksum validation where the spec defines one
(Luhn for SIREN/SIRET/IT VAT, ISO 7064 mod 97-10 for LEI and EUID,
mod 97 for FR/BE VAT, mod 11 for PT VAT, divisibility by 11 for SK VAT).

Closes #44

200 of 200 new or added lines in 1 file covered. (100.0%)

748 of 794 relevant lines covered (94.21%)

821.72 hits per line

Relevant lines Covered
Build:
Build:
794 RELEVANT LINES 748 COVERED LINES
821.72 HITS PER LINE
Source Files on master
  • Tree
  • List 21
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
27817388706 master feat: add enterprise id generators Adds SIREN, SIRET, EIN, DUNS, LEI, VATNumber (27 EU member states) and EUID generators with checksum validation where the spec defines one (Luhn for SIREN/SIRET/IT VAT, ISO 7064 mod 97-10 for LEI and EUID, mod 9... push 19 Jun 2026 09:27AM UTC euskadi31 github
94.21
27813973416 feature/44-enterprise-id-generator feat: add enterprise id generators Adds SIREN, SIRET, EIN, DUNS, LEI, VATNumber (27 EU member states) and EUID generators with checksum validation where the spec defines one (Luhn for SIREN/SIRET/IT VAT, ISO 7064 mod 97-10 for LEI and EUID, mod 9... Pull #45 19 Jun 2026 08:14AM UTC euskadi31 github
94.21
26805890666 master Feat/date time generators (#43) * feat: add date/time generators Add deterministic Date, DateTime and UnixTime generators for replayable test data. RNG is injected once via the existing generic WithRand option; generators are exposed as *Faker m... push 02 Jun 2026 07:45AM UTC web-flow github
92.26
26805493638 feat/date-time-generators chore: allow git remote/mv and rtk gh in claude settings Pull #43 02 Jun 2026 07:36AM UTC euskadi31 github
92.26
26805118090 feat/date-time-generators chore: allow rtk ls/read in claude settings Pull #43 02 Jun 2026 07:28AM UTC euskadi31 github
92.26
25679533316 master feat: add locale (#42) * feat: add locale * fix: apply feedback push 11 May 2026 03:25PM UTC web-flow github
90.8
25679459478 feature/locale Merge branch 'master' into feature/locale Pull #42 11 May 2026 03:23PM UTC web-flow github
90.8
25679335656 master feat: add timezone (#41) * feat: add timezone push 11 May 2026 03:21PM UTC web-flow github
89.93
25679226072 feature/timezone fix: test Pull #41 11 May 2026 03:19PM UTC euskadi31 github
89.93
25678739633 feature/locale feat: add locale Pull #42 11 May 2026 03:11PM UTC euskadi31 github
90.21
See All Builds (87)

Badge your Repo: go-faker

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc