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

emory-libraries / eulxml / 198 / 5
29%
master: 29%

Build:
DEFAULT BRANCH: master
Ran 15 Aug 2017 09:05PM UTC
Files 32
Run time 2s
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

15 Aug 2017 09:03PM UTC coverage: 94.131% (+0.07%) from 94.063%
DJANGO_ENV="Django>=1.7,<1.8"

Pull #38

travis-ci

web-flow
lexer: convert re.UNICODE to int

Since python 3.6, RegexFlags are instances of RegexFlag, not int.
Passing re.UNICODE directly to the lexer will result in the generated
lextab.py returning a SyntaxError.

RegexFlag instances need to be explicitely converted to int. This
solution does not break compatibility with previous previous versions of
python that already return int values.

fix #35
ref: https://docs.python.org/3/library/re.html#module-contents
Pull Request #38: lexer: convert re.UNICODE to int

4122 of 4379 relevant lines covered (94.13%)

0.94 hits per line

Source Files on job 198.5 (DJANGO_ENV="Django>=1.7,<1.8")
  • Tree
  • List 0
  • Changed 4
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 198
  • Travis Job 198.5
  • a2e11c31 on github
  • Prev Job for DJANGO_ENV="Django>=1.7,<1.8" on master (#184.13)
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

© 2025 Coveralls, Inc