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

redodo / tortilla / 98 / 4
87%
master: 87%

Build:
DEFAULT BRANCH: master
Ran 18 Oct 2016 09:07AM UTC
Files 5
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

18 Oct 2016 09:05AM UTC coverage: 87.967%. Remained the same
98.4

Pull #36

travis-ci

web-flow
Correct default value for silent parameter

Having the default value to silent parameter to "False" obligates the user to pass `silent=True` at every request, since in the method `def request(self, method, *parts, **options):`, we set default values for parameters that are not None. In this case, setdefault was called for silent with value `False` and at the last iteration with value `True`, but as key already existed (was first set as False), this had no effect.
Pull Request #36: Correct default value for silent parameter

212 of 241 relevant lines covered (87.97%)

0.88 hits per line

Source Files on job 98.4
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 98
  • Travis Job 98.4
  • 231e0a02 on github
  • Prev Job for on master (#93.4)
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