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

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

Build:
Build:
LAST BUILD BRANCH: patch-1
DEFAULT BRANCH: master
Ran 14 Dec 2018 08:38AM UTC
Jobs 5
Files 6
Run time 4min
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
401

Pull #158

travis-ci

web-flow
Fix parsing of variable without a value

In Python, `\s` also matches newlines.  This would cause newlines to be
consumed by the equal sign matcher, resulting in the next line being
considered as a value.

For instance, the following would be parsed as `[("FOO", "BAR=b")]`
instead of [("FOO", ""), ("BAR", "b")].

```bash
FOO=
BAR=b
```

Fixes #157.
Pull Request #158: Fix parsing of variable without a value

259 of 287 relevant lines covered (90.24%)

4.5 hits per line

Jobs
ID Job ID Ran Files Coverage
1 401.1 14 Dec 2018 08:39AM UTC 0
89.55
Travis Job 401.1
2 401.2 14 Dec 2018 08:38AM UTC 0
90.24
Travis Job 401.2
3 401.3 14 Dec 2018 08:38AM UTC 0
90.24
Travis Job 401.3
4 401.4 14 Dec 2018 08:38AM UTC 0
90.24
Travis Job 401.4
5 401.5 14 Dec 2018 08:40AM UTC 0
89.55
Travis Job 401.5
Source Files on build 401
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #401
  • Pull Request #158
  • PR Base - master (#398)
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