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

tgbugs / idlib / 38 / 2
60%
master: 60%

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

27 Jun 2020 07:30AM UTC coverage: 66.564% (+0.1%) from 66.436%
PIPENV_VENV_IN_PROJECT=1 PIPENV_IGNORE_VIRTUALENVS=1

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

Source Files on job 38.2 (PIPENV_VENV_IN_PROJECT=1 PIPENV_IGNORE_VIRTUALENVS=1)
  • Tree
  • List 0
  • Changed 9
  • Source Changed 9
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 14
  • Travis Job 38.2
  • 18397ebb on github
  • Prev Job for PIPENV_VENV_IN_PROJECT=1 PIPENV_IGNORE_VIRTUALENVS=1 on master (#37.2)
  • Next Job for PIPENV_VENV_IN_PROJECT=1 PIPENV_IGNORE_VIRTUALENVS=1 on master (#39.2)
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