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

theskumar / python-dotenv / 402 / 3
88%
master: 88%

Build:
DEFAULT BRANCH: master
Ran 14 Dec 2018 08:46AM UTC
Files 6
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

14 Dec 2018 08:44AM UTC coverage: 90.244% (+0.7%) from 89.547%
402.3

push

travis-ci

theskumar
Fix parsing of variable without a value (#158)

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.

259 of 287 relevant lines covered (90.24%)

0.9 hits per line

Source Files on job 402.3
  • Tree
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 319
  • Travis Job 402.3
  • 1f973777 on github
  • Prev Job for on master (#398.1)
  • Next Job for on master (#406.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