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

theskumar / python-dotenv / 472
90%
master: 88%

Build:
Build:
LAST BUILD BRANCH: patch-1
DEFAULT BRANCH: master
Ran 21 May 2019 09:57PM UTC
Jobs 9
Files 7
Run time 3min
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
472

Pull #180

travis-ci

web-flow
Refactor parser

This fixes inconsistencies reported after the release of version 0.10.0:

* Valid escapes were interpreted as control characters even when in
  single-quoted strings.
* `#` was interpreted as the start of a comment even if there was no
  whitespace preceding it.

However, we are keeping the interpretation of escapes in double-quoted
strings as they didn't make sense in versions before 0.10.0.

The single large regular expression is replaced with a handwritten
top-down parser using smaller regular expressions.  The reason for this
change is that it would have been very difficult or impossible to
satisfy the parsing requirements with a single regex.
Pull Request #180: Refactor parser to fix inconsistencies

105 of 105 new or added lines in 3 files covered. (100.0%)

332 of 368 relevant lines covered (90.22%)

6.26 hits per line

Jobs
ID Job ID Ran Files Coverage
1 472.1 (TOXENV=lint) 21 May 2019 09:57PM UTC 0
Travis Job 472.1
2 472.2 (TOXENV=manifest) 21 May 2019 09:57PM UTC 0
Travis Job 472.2
3 472.3 (TOXENV=py27) 21 May 2019 09:57PM UTC 0
89.4
Travis Job 472.3
4 472.4 (TOXENV=py34) 21 May 2019 09:57PM UTC 0
89.4
Travis Job 472.4
5 472.5 (TOXENV=py35) 21 May 2019 09:57PM UTC 0
89.4
Travis Job 472.5
6 472.6 (TOXENV=py36) 21 May 2019 09:59PM UTC 0
89.4
Travis Job 472.6
7 472.7 (TOXENV=py37) 21 May 2019 09:58PM UTC 0
89.4
Travis Job 472.7
8 472.8 (TOXENV=pypy) 21 May 2019 10:00PM UTC 0
89.4
Travis Job 472.8
9 472.9 (TOXENV=pypy3) 21 May 2019 09:59PM UTC 0
89.4
Travis Job 472.9
Source Files on build 472
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #472
  • Pull Request #180
  • PR Base - master (#467)
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