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

jazzband / inflect / 110
99%
master: 99%

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

pending completion
110

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

1145 of 1155 relevant lines covered (99.13%)

4.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 110.1 15 Dec 2018 07:50PM UTC 0
Travis Job 110.1
2 110.2 15 Dec 2018 07:50PM UTC 0
Travis Job 110.2
3 110.3 15 Dec 2018 07:50PM UTC 0
98.87
Travis Job 110.3
4 110.4 15 Dec 2018 07:50PM UTC 0
98.87
Travis Job 110.4
5 110.5 15 Dec 2018 07:50PM UTC 0
98.87
Travis Job 110.5
6 110.6 15 Dec 2018 07:51PM UTC 0
99.05
Travis Job 110.6
7 110.7 15 Dec 2018 07:52PM UTC 0
99.05
Travis Job 110.7
Source Files on build 110
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #110
  • Pull Request #72
  • PR Base - master (#107)
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