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

martin-majlis / Wikipedia-API / 108
96%

Build:
DEFAULT BRANCH: master
Ran 02 Feb 2019 07:47AM UTC
Jobs 4
Files 1
Run time 46s
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
108

push

travis-ci

martin-majlis
Use HTTPS instead of HTTP

Wikipedia API is now running on HTTPS so we can get rid of one redirect.

This fixes Issue #19.

Test Plan:

```
import wikipediaapi
import sys
wikipediaapi.log.setLevel(level=wikipediaapi.logging.DEBUG)

out_hdlr = wikipediaapi.logging.StreamHandler(sys.stderr)
out_hdlr.setFormatter(wikipediaapi.logging.Formatter('%(asctime)s%(message)s'))
out_hdlr.setLevel(wikipediaapi.logging.DEBUG)
wikipediaapi.log.addHandler(out_hdlr)

wiki = wikipediaapi.Wikipedia(language='en')

page_ostrava = wiki.page('Ostrava')
print(page_ostrava.summary)
https://en.wikipedia.org/w/api.php?action=query&prop=extracts&titles=Ostrava&explaintext=1&exsectionformat=wiki

```

1 of 1 new or added line in 1 file covered. (100.0%)

340 of 355 relevant lines covered (95.77%)

3.83 hits per line

Jobs
ID Job ID Ran Files Coverage
1 108.1 02 Feb 2019 07:48AM UTC 0
95.77
Travis Job 108.1
2 108.2 02 Feb 2019 07:48AM UTC 0
95.77
Travis Job 108.2
3 108.3 02 Feb 2019 07:47AM UTC 0
95.77
Travis Job 108.3
4 108.4 02 Feb 2019 07:48AM UTC 0
95.77
Travis Job 108.4
Source Files on build 108
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #108
  • 9a5ff4bd on github
  • Prev Build on master (#107)
  • Next Build on master (#109)
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

© 2025 Coveralls, Inc