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

emory-libraries / eulxml / 198
29%

Build:
DEFAULT BRANCH: master
Ran 15 Aug 2017 09:04PM UTC
Jobs 12
Files 32
Run time 9min
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
198

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

6 of 6 new or added lines in 1 file covered. (100.0%)

4125 of 4379 relevant lines covered (94.2%)

11.29 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
4
100.0
eulxml/xpath/core.py

Uncovered Existing Lines

Lines Coverage ∆ File
2
100.0
test/test_catalog.py
2
100.0
test/test_xmlmap/test_core.py
2
100.0
test/test_xmlmap/test_dc.py
2
100.0
test/test_xmlmap/test_ead.py
2
100.0
test/test_xmlmap/test_mods.py
2
100.0
test/test_xmlmap/test_premis.py
8
100.0
eulxml/xpath/core.py
Jobs
ID Job ID Ran Files Coverage
3 198.3 (DJANGO_ENV="Django>=1.5,<1.6") 15 Aug 2017 09:04PM UTC 0
94.09
Travis Job 198.3
4 198.4 (DJANGO_ENV="Django>=1.6,<1.7") 15 Aug 2017 09:04PM UTC 0
94.09
Travis Job 198.4
5 198.5 (DJANGO_ENV="Django>=1.7,<1.8") 15 Aug 2017 09:05PM UTC 0
94.13
Travis Job 198.5
6 198.6 (DJANGO_ENV="Django>=1.8,<1.9") 15 Aug 2017 09:06PM UTC 0
94.13
Travis Job 198.6
7 198.7 (DJANGO_ENV="Django>=1.5,<1.6") 15 Aug 2017 09:06PM UTC 0
94.02
Travis Job 198.7
9 198.9 (DJANGO_ENV="Django>=1.7,<1.8") 15 Aug 2017 09:10PM UTC 0
94.06
Travis Job 198.9
10 198.10 (DJANGO_ENV="Django>=1.8,<1.9") 15 Aug 2017 09:10PM UTC 0
94.06
Travis Job 198.10
11 198.11 (DJANGO_ENV="Django>=1.5,<1.6") 15 Aug 2017 09:10PM UTC 0
94.02
Travis Job 198.11
12 198.12 (DJANGO_ENV="Django>=1.6,<1.7") 15 Aug 2017 09:12PM UTC 0
94.02
Travis Job 198.12
13 198.13 (DJANGO_ENV="Django>=1.7,<1.8") 15 Aug 2017 09:12PM UTC 0
94.06
Travis Job 198.13
14 198.14 (DJANGO_ENV="Django>=1.8,<1.9") 15 Aug 2017 09:12PM UTC 0
94.06
Travis Job 198.14
15 198.15 (DJANGO_ENV="Django>=1.8,<1.9") 15 Aug 2017 09:12PM UTC 0
94.06
Travis Job 198.15
Source Files on build 198
  • Tree
  • List 0
  • Changed 4
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #198
  • Pull Request #38
  • PR Base - master (#184)
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