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

vektah / gqlparser / 921
87%
master: 87%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions-deps-262b37236a
DEFAULT BRANCH: master
Ran 25 May 2026 02:24PM UTC
Jobs 1
Files 56
Run time 1min
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

25 May 2026 02:22PM UTC coverage: 87.265%. Remained the same
921

Pull #431

circleci

c-tonneslan
lexer: format control-character codepoint in error messages as hex

The three "invalid character" messages render the offending rune as
"\u" + %04d, which prints the byte value in decimal. The "\u" prefix
implies a Unicode codepoint, so anything past U+0009 comes out wrong:
0x0E reports as "", 0x1F reports as "1", etc.

Switch to %04x so the printed codepoint matches the actual character.

The existing yml tests only exercised 0x07 and 0x00, where decimal and
hex render the same; added one for 0x0E so the difference is covered.

Signed-off-by: Charlie Tonneslan <cst0520@gmail.com>
Pull Request #431: lexer: render invalid-character codepoint as hex, not decimal

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

5057 of 5795 relevant lines covered (87.26%)

1.01 hits per line

Jobs
ID Job ID Ran Files Coverage
1 921.1 25 May 2026 02:24PM UTC 56
87.26
CircleCI Job
Source Files on build 921
  • Tree
  • List 56
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • CircleCI Build #921
  • Pull Request #431
  • PR Base - master (#918)
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