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

crd / faker_credit_score / 24612305489
100%

Build:
DEFAULT BRANCH: develop
Ran 18 Apr 2026 07:36PM UTC
Jobs 1
Files 1
Run time 1min
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

18 Apr 2026 07:36PM UTC coverage: 100.0%. Remained the same
24612305489

push

github

web-flow
release: v1.0.0 (#69) (#70)

* feat: add credit score tier classification and constrained generation (#58)
* feat: add credit_score_tier() method with classification and random generation
* feat: extend credit_score() to accept tier parameter for constrained generation
* test: add coverage for tier/model range no-overlap ValueError
* feat: extend credit_score_full() to accept tier parameter
* docs: add credit score tiers usage examples to README

---------

* maint: update Python matrix to 3.10-3.14, align CI workflows (#59)

- Drop EOL Python 3.9 from requires-python and CI matrices
- Add Python 3.14 to both test and release workflows
- Add test matrix to test.yml (was single-version 3.11)
- Standardize on actions/checkout@v5 and astral-sh/setup-uv@v6
- Upload Coveralls from single matrix entry (3.12) to avoid duplicates

* fix: apply code review fixes and upgrade dependencies (#64)

Code review fixes (lost in PR #58 squash merge):
- Invalid tier now raises ValueError with valid tier list (was bare KeyError)
- Fix credit_score_full docstring: returns string, not tuple
- Document credit_score_tier uniform distribution in docstring
- Clean up __import__ hack in no-overlap test
- Update README test count from 14 to 30

Dependency upgrades (resolves all 6 dependabot alerts):
- pytest 8.4.2 -> 9.0.3
- pygments 2.19.2 -> 2.20.0
- requests 2.32.5 -> 2.33.1
- urllib3 2.5.0 -> 2.6.3

* feat!: return CreditScoreResult namedtuple from credit_score_full() (#65)
* feat!: return CreditScoreResult namedtuple from credit_score_full()

BREAKING CHANGE: credit_score_full() now returns a CreditScoreResult
namedtuple with name, provider, and score fields instead of a
newline-delimited string. Callers can destructure with:

    name, provider, score = fake.credit_score_full()

Or access fields by name:

    result = fake.credit_score_full()
    result.score  # 791



* docs: improve project discoverability and contributor onboarding

- Rewrite PyPI description to lead wi... (continued)

10 of 10 branches covered (100.0%)

Branch coverage included in aggregate %.

56 of 56 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24612305489.1 18 Apr 2026 07:36PM UTC 1
100.0
GitHub Action Run
Source Files on build 24612305489
  • Tree
  • List 1
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #24612305489
  • fba6b1c8 on github
  • Prev Build on develop (#24607881531)
  • Next Build on develop (#24613252902)
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