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

hydralang / hydra / 10
100%

Build:
DEFAULT BRANCH: master
Ran 22 May 2019 11:04PM UTC
Jobs 1
Files 22
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

pending completion
10

push

travis-ci

klmitch
Recognize identifiers

This commit contains the recognizer for identifiers.  This recognizer is a
little more complicated, because it has to take into account the
possibility of a Python-style string flag (e.g., 'b"foo"' for a byte
string); it accomplishes this by initializing a string recognizer, and
throwing it away when a character comes along that is not a valid string
flag.  The identifier recognizer also has to apply Unicode normalization
rules to the recognized identifier.

The identifier recognizer also recognizes keywords by looking them up in
the profile's Keywords map.

1130 of 1136 relevant lines covered (99.47%)

8.06 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10.1 (GO111MODULE=on) 22 May 2019 11:04PM UTC 0
99.47
Travis Job 10.1
Source Files on build 10
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #10
  • 8c0dddcd on github
  • Prev Build on master (#9)
  • Next Build on master (#11)
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