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

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

Build:
Build:
LAST BUILD BRANCH: fix-CI-2021
DEFAULT BRANCH: master
Ran 09 Oct 2018 01:19AM UTC
Jobs 24
Files 12
Run time 7min
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
213

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

493 of 514 relevant lines covered (95.91%)

22.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 213.1 (DJANGO="Django>=1.7,<1.8") 09 Oct 2018 01:19AM UTC 0
95.14
Travis Job 213.1
2 213.2 (DJANGO="Django>=1.7,<1.8") 09 Oct 2018 01:20AM UTC 0
95.14
Travis Job 213.2
3 213.3 (DJANGO="Django>=1.7,<1.8") 09 Oct 2018 01:20AM UTC 0
95.14
Travis Job 213.3
4 213.4 (DJANGO="Django>=1.7,<1.8") 09 Oct 2018 01:20AM UTC 0
95.14
Travis Job 213.4
5 213.5 (DJANGO="Django>=1.8,<1.9") 09 Oct 2018 01:20AM UTC 0
95.14
Travis Job 213.5
6 213.6 (DJANGO="Django>=1.8,<1.9") 09 Oct 2018 01:21AM UTC 0
95.14
Travis Job 213.6
7 213.7 (DJANGO="Django>=1.8,<1.9") 09 Oct 2018 01:21AM UTC 0
95.14
Travis Job 213.7
8 213.8 (DJANGO="Django>=1.8,<1.9") 09 Oct 2018 01:21AM UTC 0
95.14
Travis Job 213.8
9 213.9 (DJANGO="Django>=1.8,<1.9") 09 Oct 2018 01:21AM UTC 0
95.14
Travis Job 213.9
10 213.10 (DJANGO="Django>=1.9,<1.10") 09 Oct 2018 01:21AM UTC 0
95.91
Travis Job 213.10
11 213.11 (DJANGO="Django>=1.9,<1.10") 09 Oct 2018 01:22AM UTC 0
95.91
Travis Job 213.11
12 213.12 (DJANGO="Django>=1.9,<1.10") 09 Oct 2018 01:23AM UTC 0
95.91
Travis Job 213.12
13 213.13 (DJANGO="Django>=1.9,<1.10") 09 Oct 2018 01:23AM UTC 0
95.91
Travis Job 213.13
14 213.14 (DJANGO="Django>=1.10,<1.11") 09 Oct 2018 01:23AM UTC 0
95.91
Travis Job 213.14
15 213.15 (DJANGO="Django>=1.10,<1.11") 09 Oct 2018 01:23AM UTC 0
95.91
Travis Job 213.15
16 213.16 (DJANGO="Django>=1.10,<1.11") 09 Oct 2018 01:23AM UTC 0
95.91
Travis Job 213.16
17 213.17 (DJANGO="Django>=1.10,<1.11") 09 Oct 2018 01:24AM UTC 0
95.91
Travis Job 213.17
18 213.18 (DJANGO="Django>=1.11,<1.12") 09 Oct 2018 01:24AM UTC 0
95.91
Travis Job 213.18
19 213.19 (DJANGO="Django>=1.11,<1.12") 09 Oct 2018 01:24AM UTC 0
95.91
Travis Job 213.19
20 213.20 (DJANGO="Django>=1.11,<1.12") 09 Oct 2018 01:24AM UTC 0
95.91
Travis Job 213.20
21 213.21 (DJANGO="Django>=1.11,<1.12") 09 Oct 2018 01:25AM UTC 0
95.91
Travis Job 213.21
22 213.22 (DJANGO="Django>=2.0,<2.1") 09 Oct 2018 01:25AM UTC 0
95.91
Travis Job 213.22
23 213.23 (DJANGO="Django>=2.0,<2.1") 09 Oct 2018 01:25AM UTC 0
95.91
Travis Job 213.23
24 213.24 (DJANGO="Django>=2.1,<2.2" PYTEST_DJANGO="pytest-django==3.4.2") 09 Oct 2018 01:26AM UTC 0
95.91
Travis Job 213.24
Source Files on build 213
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #213
  • Pull Request #94
  • PR Base - develop (#207)
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