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

jazzband / inflect / 110 / 5
99%
master: 99%

Build:
Build:
LAST BUILD BRANCH: fix-typo
DEFAULT BRANCH: master
Ran 15 Dec 2018 07:50PM UTC
Files 1
Run time 0s
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

15 Dec 2018 07:48PM UTC coverage: 98.874%. First build
110.5

Pull #72

travis-ci

web-flow
Fix usage of `inflect()` in README

The usage of the string interpolation method `inflect()` was not
updated with the change in 8b164396, and thus none of the examples
worked as intended:

    >>> import inflect
    >>> p = inflect.engine()
    >>> word = 'leaf'
    >>>
    >>> print(p.inflect("The plural of {0} is plural({0})".format(word)))
    Traceback (most recent call last):
      ...
      File "/app/inflect/inflect.py", line 2132, in _get_value_from_ast
        raise NameError("name '%s' is not defined" % obj.id)
    NameError: name 'leaf' is not defined
    >>>
    >>> print(p.inflect("The plural of {0} is plural('{0}')".format(word)))
    The plural of leaf is leaves

This change adds single quotes (for readability) on all examples of
`infect()` in README.
Pull Request #72: Fix usage of `inflect()` in README

1142 of 1155 relevant lines covered (98.87%)

0.99 hits per line

Source Files on job 110.5
  • Tree
  • List 0
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 90
  • Travis Job 110.5
  • a6e66ce7 on github
  • Prev Job for on fix-doc-inflect-usage (#107.1)
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