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

jqueguiner / num2words2
95%
main: 95%

Build:
Build:
LAST BUILD BRANCH: feat/sentence-multilang-ordinals
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 track-missing-languages
branch: track-missing-languages
CHANGE BRANCH
x
Reset
Sync Branches
  • track-missing-languages
  • 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
  • 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
  • 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

25 Jan 2026 09:39AM UTC coverage: 94.514% (+0.005%) from 94.509%
21330528863

Pull #13

github

jqueguiner-gladia
Minor formatting adjustment in sentence converter

Simplified tuple formatting in ordinal extraction.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
Pull Request #13: Track missing languages

6833 of 7724 branches covered (88.46%)

Branch coverage included in aggregate %.

12 of 13 new or added lines in 1 file covered. (92.31%)

2 existing lines in 1 file now uncovered.

36218 of 37826 relevant lines covered (95.75%)

5.74 hits per line

Relevant lines Covered
Build:
Build:
37826 RELEVANT LINES 36218 COVERED LINES
5.74 HITS PER LINE
Source Files on track-missing-languages
  • Tree
  • List 272
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
21330528863 track-missing-languages Minor formatting adjustment in sentence converter Simplified tuple formatting in ordinal extraction. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> Pull #13 25 Jan 2026 09:40AM UTC jqueguiner-gladia github
94.51
21329355471 track-missing-languages Fix import order in test_e2e_with_sentence_function.py - Move num2words2 import after standard library imports - Place Windows UTF-8 encoding setup after all imports - Follows PEP 8 import ordering guidelines Pull #12 25 Jan 2026 08:04AM UTC jqueguiner-gladia github pending completion  
21329028645 track-missing-languages Fix isort and black configuration conflict - Added isort and black configuration to pyproject.toml - Set target Python version to 3.10 - Configured isort with black profile for compatibility - Applied consistent formatting to all test files Pull #12 25 Jan 2026 07:35AM UTC jqueguiner-gladia github pending completion  
21227100721 track-missing-languages Fix package version exposure for CI/CD - Add __version__ attribute to package __init__.py - Configure setuptools_scm to generate proper version file - Update CI workflow to handle version attribute gracefully - Fix version import to work in all s... Pull #11 21 Jan 2026 09:56PM UTC jqueguiner-gladia github
75.06
21226985455 track-missing-languages Merge branch 'master' into track-missing-languages Pull #11 21 Jan 2026 09:52PM UTC web-flow github
75.02
21226890542 track-missing-languages Add comprehensive CI/CD build and release workflows - Enhanced CI workflow to build distribution packages - Added automatic release workflow for tagged versions - Added manual release workflow with version input - Added PyPI publish workflow with... push 21 Jan 2026 09:48PM UTC jqueguiner-gladia github
75.02
21225966402 track-missing-languages Fix Windows Unicode encoding error in E2E test runner - Replace Unicode progress bar characters with ASCII (= and -) - Replace Unicode checkmarks/symbols with text labels (PASS/FAIL/ERR/SKIP) - Fixes UnicodeEncodeError on Windows with CP1252 enco... Pull #10 21 Jan 2026 09:16PM UTC jqueguiner-gladia github pending completion  
21225564516 track-missing-languages Fix E2E test runner to find CSV file in different locations - Auto-detect CSV file location (project root or tests directory) - Check multiple paths: provided path, tests/file, and alongside script - Fixes CI/CD failures where test file could not... Pull #10 21 Jan 2026 09:02PM UTC jqueguiner-gladia github pending completion  
21213667431 track-missing-languages Fix E2E test runner to handle CSV format variations - Updated field name mappings to support both old and new CSV formats - Fixed division by zero error when no tests run - Support both 'lang'/'language' and 'to'/'conversion_type' fields - Suppor... Pull #10 21 Jan 2026 02:40PM UTC jqueguiner-gladia github pending completion  
21213445769 track-missing-languages Add .flake8 configuration to fix CI linting issues - Ignore E501 (line too long) errors - Ignore W503/W504 (line break before/after binary operator) warnings - Set max line length to 160 characters - Add per-file ignores for test files Pull #10 21 Jan 2026 02:33PM UTC jqueguiner-gladia github pending completion  
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