• 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 89 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/checkout-7
  • 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

22 Jun 2026 07:03AM UTC coverage: 94.207%. Remained the same
27935457327

push

github

euskadi31
build(deps): bump actions/checkout from 6 to 7

Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

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
27935457327 master build(deps): bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/... push 22 Jun 2026 07:04AM UTC euskadi31 github
94.21
27931056885 dependabot/github_actions/actions/checkout-7 build(deps): bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/... Pull #46 22 Jun 2026 05:12AM UTC web-flow github
94.21
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
See All Builds (89)

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