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

jqueguiner / num2words2
95%

Build:
DEFAULT BRANCH: main
Repo Added 17 Jan 2026 05:49PM UTC
Token Bt3d6ZRNkMfP1R29FrGOxHISSecLQRVXP regen
Build 375 Last
Files 339
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 main
branch: main
CHANGE BRANCH
x
Reset
Sync Branches
  • main
  • add-26-missing-languages
  • add-croatian-language-support-v2
  • add-greek-language-support-v2
  • automated-pypi-publishing
  • 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/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
  • 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
  • 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.2
  • v1.0.9

10 May 2026 04:26AM UTC coverage: 95.198%. Remained the same
25619761642

push

github

jqueguiner
test(cli): fix Windows CI mojibake in test_cli_with_lang_to

delegator.run decoded subprocess stdout with the Windows ANSI code page
(cp1252), turning UTF-8 'é' (0xC3 0xA9) into 'é' and breaking the
Spanish currency assertion on every Windows tox env.

Replace delegator with subprocess.run, force encoding="utf-8" on the
parent decode, and set PYTHONIOENCODING=utf-8 / PYTHONUTF8=1 in the
child env so the CLI emits UTF-8 regardless of the host code page.

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

8042 of 8834 branches covered (91.03%)

Branch coverage included in aggregate %.

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

42436 of 44190 relevant lines covered (96.03%)

5.76 hits per line

Relevant lines Covered
Build:
Build:
44190 RELEVANT LINES 42436 COVERED LINES
5.76 HITS PER LINE
Source Files on main
  • Tree
  • List 337
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
25619761642 main test(cli): fix Windows CI mojibake in test_cli_with_lang_to delegator.run decoded subprocess stdout with the Windows ANSI code page (cp1252), turning UTF-8 'é' (0xC3 0xA9) into 'é' and breaking the Spanish currency assertion on every Windows tox... push 10 May 2026 04:27AM UTC jqueguiner github
95.2
25252981312 main docs: add arxiv paper for num2words2 and words2num2 push 02 May 2026 01:29PM UTC jqueguiner github
95.2
25248155943 main docs: link GitHub wiki from package readme push 02 May 2026 08:44AM UTC jqueguiner github
95.2
25248011658 main docs: mirror wiki publish for GitHub rendering push 02 May 2026 08:36AM UTC jqueguiner github
95.2
25247980249 main docs: add GitHub wiki source push 02 May 2026 08:34AM UTC jqueguiner github
95.2
25220577656 main ci: auto-purge camo cache so README badges refresh on release (#119) GitHub serves images embedded in the README through its Camo image proxy (camo.githubusercontent.com), which caches each upstream URL with a ~24h TTL. After v1.0.17 shipped, the... push 01 May 2026 03:35PM UTC web-flow github
95.2
25220084867 main docs: add comprehensive REFERENCE.md + refresh README (#118) * docs: add comprehensive REFERENCE.md + refresh README Adds a single-page API reference covering every feature shipped through v1.0.17 in one discoverable place: - All conversion m... push 01 May 2026 03:22PM UTC web-flow github
95.2
25219511336 main feat(en_aero): service-specific profiles (FAA, USN, US_Army, NATO) (#117) Per the upstream issue's request to "implement the different variations depending on ICAO, FAA, US Navy, US Army, and other respellings". Adds named entry points for each ... push 01 May 2026 03:07PM UTC web-flow github
95.2
25219230627 main feat(en_aero): aviation context phraseology — altitude, FL, heading, squawk, runway, freq (#116) Extends en_Aero_ICAO with the per-context reading rules from FAA AIM 4-2-9 and ICAO Annex 10 vol II, addressing the reviewer's point on the upstream ... push 01 May 2026 02:59PM UTC web-flow github
95.19
25218980885 main fix(en_aero): use strict ICAO digit table + canonical en_Aero_ICAO key (#115) v1.0.14 shipped en_AERO with the 'common' subset of ICAO respellings (3→tree, 4→fower, 5→fife, 7→seven, 9→niner) and left 1/2/8 as their everyday English forms. Per ICA... push 01 May 2026 02:52PM UTC web-flow github
95.2
See All Builds (162)

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

© 2026 Coveralls, Inc