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

tgbugs / idlib / 38
60%

Build:
DEFAULT BRANCH: master
Ran 27 Jun 2020 09:04AM UTC
Jobs 1
Files 28
Run time 2s
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
38

push

travis-ci

tgbugs
remove requests import from top level to avoid time cost

requests is quite slow to import and not all libraries that import
idlib at the top level have codepaths that will always require
requests so we don't want to make all the other paths pay the static
overhead of importing requests every time, so the first stream that is
instantiated calls Stream._setup to do all the slow one shot imports
when it is much more likely that future codepaths will actually needs
the requests functionality

868 of 1304 relevant lines covered (66.56%)

0.67 hits per line

Jobs
ID Job ID Ran Files Coverage
2 38.2 (PIPENV_VENV_IN_PROJECT=1 PIPENV_IGNORE_VIRTUALENVS=1) 27 Jun 2020 09:04AM UTC 0
66.56
Travis Job 38.2
Source Files on build 38
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #38
  • 18397ebb on github
  • Prev Build on master (#37)
  • Next Build on master (#39)
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