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

jqueguiner / num2words2
95%
main: 95%

Build:
Build:
LAST BUILD BRANCH: v1.0.20
DEFAULT BRANCH: main
Repo Added 17 Jan 2026 05:49PM UTC
Token Bt3d6ZRNkMfP1R29FrGOxHISSecLQRVXP regen
Build 396 Last
Files 168
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 v1.0.20
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • add-26-missing-languages
  • add-croatian-language-support-v2
  • add-greek-language-support-v2
  • automated-pypi-publishing
  • chore/cratesio-metadata
  • ci/add-python-3.14-3.15
  • ci/auto-release-notes
  • ci/camo-cache-purge
  • ci/credit-contributors
  • ci/improve-coverage
  • docs/comprehensive-reference
  • feat/256-364-3decimal-cheque
  • feat/478-aviation-phraseology
  • feat/478-aviation-service-profiles
  • feat/478-en-aero
  • feat/584-fractions
  • feat/sentence-multilang-ordinals
  • fix/478-icao-strict-digits
  • fix/603-decimal-precision
  • fix/ar-e2e-stale-comma
  • fix/aur-ssh-key-newline
  • fix/lint-coverage-exhaustive
  • fix/release-macos-cross
  • fix/scheduled-editable-install
  • fix/tr-correctness-487-128
  • fix/upstream-313-en_in-default-inr
  • fix/upstream-431-425-cz-dk-aliases
  • fix/upstream-476-id-str-to-number
  • fix/upstream-483-ru-default-rub
  • fix/upstream-560-uk-gender
  • fix/upstream-573-sv-triple-t
  • fix/upstream-591-am-stray-m
  • force-test-run
  • main
  • master
  • port/upstream-293-id-constants
  • port/upstream-314-romansh
  • port/upstream-370-sv-fyrtio
  • port/upstream-383-uz-cyrl
  • port/upstream-451-dhivehi
  • port/upstream-467-es-crc
  • port/upstream-499-ro-mega-de
  • port/upstream-517-en-large-numbers
  • port/upstream-538-ar-lbp
  • port/upstream-548-en-np
  • port/upstream-556-ko-ordinal
  • port/upstream-559-ru-gender
  • port/upstream-563-ar-yer-usd
  • port/upstream-586-es-hn
  • port/upstream-588-kn-cardinal
  • port/upstream-612-it-currencies
  • port/upstream-613-de-currencies
  • port/upstream-614-fr-currencies
  • port/upstream-615-pt-currencies
  • port/upstream-620-ligurian
  • port/upstream-632-it-diciotto
  • port/upstream-642-nl-duizend
  • port/upstream-652-en-ne
  • port/upstream-654-en-in-crore
  • refactor/thin-num2words2-binder
  • track-missing-languages
  • v1.0.1
  • v1.0.10
  • v1.0.11
  • v1.0.12
  • v1.0.13
  • v1.0.14
  • v1.0.15
  • v1.0.16
  • v1.0.17
  • v1.0.19
  • v1.0.2
  • v1.0.20
  • v1.0.9

27 Jul 2026 08:19AM UTC coverage: 95.183%. Remained the same
30249488039

push

github

jqueguiner
chore(release): bump crate to 0.1.2 for v1.0.20

Bumps the num2words2 workspace crate version (num2words2-core /
num2words2-py) 0.1.1 -> 0.1.2 so the tagged release republishes the
core crate to crates.io alongside the v1.0.20 PyPI wheels carrying the
multi-language sentence ordinal/date feature.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

1258 of 1414 branches covered (88.97%)

Branch coverage included in aggregate %.

24570 of 25721 relevant lines covered (95.53%)

5.73 hits per line

Relevant lines Covered
Build:
Build:
25721 RELEVANT LINES 24570 COVERED LINES
5.73 HITS PER LINE
Source Files on main
  • Tree
  • List 168
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
30249488039 v1.0.20 chore(release): bump crate to 0.1.2 for v1.0.20 Bumps the num2words2 workspace crate version (num2words2-core / num2words2-py) 0.1.1 -> 0.1.2 so the tagged release republishes the core crate to crates.io alongside the v1.0.20 PyPI wheels carrying... push 27 Jul 2026 08:24AM UTC jqueguiner github
95.18
30249479506 main chore(release): bump crate to 0.1.2 for v1.0.20 Bumps the num2words2 workspace crate version (num2words2-core / num2words2-py) 0.1.1 -> 0.1.2 so the tagged release republishes the core crate to crates.io alongside the v1.0.20 PyPI wheels carrying... push 27 Jul 2026 08:23AM UTC jqueguiner github
95.18
30249427783 main feat(sentence): multi-language ordinal + date registry in Rust core (#121) Reimplements PR #121's multi-language ordinal/date extension inside the Rust SentenceConverter port (rust/num2words2-py/src/sentencepath.rs) instead of reintroducing a pur... push 27 Jul 2026 08:22AM UTC web-flow github
95.18
30248601769 feat/sentence-multilang-ordinals feat(sentence): multi-language ordinal + date registry in Rust core Reimplements PR #121's multi-language ordinal/date extension inside the Rust SentenceConverter port (rust/num2words2-py/src/sentencepath.rs) instead of reintroducing a pure-Pytho... Pull #121 27 Jul 2026 08:10AM UTC jqueguiner github
95.18
29639041667 main docs: add cargo install instructions Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> push 18 Jul 2026 09:25AM UTC jqueguiner github
95.18
29631457521 fix/scheduled-editable-install ci: editable-install the package in Scheduled Tests The thin-binder refactor moved every conversion into the compiled `_rust` extension, which maturin builds into site-packages — not the source tree. Scheduled Tests ran tox (`unittest discover` f... push 18 Jul 2026 05:03AM UTC jqueguiner github
95.18
29631463187 main ci: editable-install the package in Scheduled Tests (#129) The thin-binder refactor moved every conversion into the compiled `_rust` extension, which maturin builds into site-packages — not the source tree. Scheduled Tests ran tox (`unittest disc... push 18 Jul 2026 05:02AM UTC web-flow github
95.18
29631458642 fix/scheduled-editable-install Merge 3ebe1702c into cae4115ee Pull #129 18 Jul 2026 05:02AM UTC web-flow github
95.18
29629952244 main ci: build the x86_64 macOS wheel on the Apple-Silicon runner (#128) GitHub's Intel macos-13 runner pool is deprecated and now queues for hours, so the x86_64-apple-darwin wheel job never started and publish — which needs the whole build matrix — ... push 18 Jul 2026 04:09AM UTC web-flow github
95.18
29629945837 fix/release-macos-cross Merge bed8acfa5 into 3498d69d1 Pull #128 18 Jul 2026 04:09AM UTC web-flow github
95.18
See All Builds (178)

Badge your Repo: num2words2

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 TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc