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

modlinltd / django-advanced-filters / 213 / 4
96%
master: 96%

Build:
Build:
LAST BUILD BRANCH: fix-CI-2021
DEFAULT BRANCH: master
Ran 09 Oct 2018 01:20AM UTC
Files 12
Run time 0s
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

09 Oct 2018 01:14AM UTC coverage: 95.136%. Remained the same
DJANGO="Django>=1.7,<1.8"

Pull #94

travis-ci

web-flow
Add encoding='utf-8' to open() in setup.py

Currently, machines which default to CP-1252 error when reading CHANGELOG.rst
(there are a few names with non-Latin characters or diacritics);
`UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 2863:
character maps to <undefined>`.

By adding an `encoding='utf-8'` keyword argument to the two `open()` calls in
`setup.py`'s `get_full_description`, we can prevent this error.

Additionally, instead of `open`, use `io.open` to use the encoding kwarg
on Python 2.
Pull Request #94: Add encoding='utf-8' to open() in setup.py

489 of 514 relevant lines covered (95.14%)

0.95 hits per line

Source Files on job 213.4 (DJANGO="Django>=1.7,<1.8")
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 183
  • Travis Job 213.4
  • 8240cd8e on github
  • Prev Job for DJANGO="Django>=1.7,<1.8" on patch-1 (#207.1)
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