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

hydralang / hydra / 10 / 1
100%
master: 100%

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

22 May 2019 11:02PM UTC coverage: 99.472% (+0.3%) from 99.163%
GO111MODULE=on

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

Source Files on job 10.1 (GO111MODULE=on)
  • Tree
  • List 0
  • Changed 6
  • Source Changed 3
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 9
  • Travis Job 10.1
  • 8c0dddcd on github
  • Prev Job for GO111MODULE=on on master (#9.1)
  • Next Job for GO111MODULE=on on master (#11.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