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

redodo / tortilla / 98
87%

Build:
DEFAULT BRANCH: master
Ran 18 Oct 2016 09:07AM UTC
Jobs 5
Files 5
Run time 4s
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
98

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%)

4.4 hits per line

Jobs
ID Job ID Ran Files Coverage
1 98.1 18 Oct 2016 09:07AM UTC 0
87.97
Travis Job 98.1
2 98.2 18 Oct 2016 09:07AM UTC 0
87.97
Travis Job 98.2
3 98.3 18 Oct 2016 09:07AM UTC 0
87.97
Travis Job 98.3
4 98.4 18 Oct 2016 09:07AM UTC 0
87.97
Travis Job 98.4
5 98.5 18 Oct 2016 09:07AM UTC 0
87.97
Travis Job 98.5
Source Files on build 98
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #98
  • Pull Request #36
  • PR Base - master (#93)
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