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

roundup-tracker / roundup / 8871682235
74%

Build:
DEFAULT BRANCH: master
Ran 29 Apr 2024 12:57AM UTC
Jobs 1
Files 115
Run time 1min
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

28 Apr 2024 11:24PM UTC coverage: 74.819% (-0.004%) from 74.823%
8871682235

push

github

rouilj
issue2551334 - get test suite running under windows

https://stackoverflow.com/questions/59506097/python-requests-library-is-very-slow-on-windows/75425238#75425238

reports that the requests libary uses urllib3. On windows this
tries (and retries) an IPv6 address if localhost is used in the
url. This takes 2s per request to test IPv6, give up and use
IPv4. At that rate, the rate limit is never reached and the
rest_login_RateLimit test fails.

This patch rewrites the base url to use 127.0.0.1 replacing
localhost. It forced urllib3 to open only an IPv4 address and the
speedup allows the test to pass.

18243 of 24383 relevant lines covered (74.82%)

3.67 hits per line

Jobs
ID Job ID Ran Files Coverage
1 8871682235.1 29 Apr 2024 12:57AM UTC 0
74.82
GitHub Action Run
Source Files on build 8871682235
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #8871682235
  • f6d473d2 on github
  • Prev Build on master (#8864949475)
  • Next Build on master (#8904829209)
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