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

renatahodovan / grammarinator / 13578064734
84%

Build:
DEFAULT BRANCH: master
Ran 27 Feb 2025 11:44PM UTC
Jobs 1
Files 26
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

27 Feb 2025 11:42PM UTC coverage: 83.212% (-0.5%) from 83.697%
13578064734

push

github

web-flow
Fix literal matching in parser (#282)

Ensure correct matching between grammar tree nodes and grammar
graph lexer nodes by enforcing the following conditions:

* The grammar graph node must be an UnlexerRuleNode, and the
  tree node must be an UnlexerRule.
* Their names must match, or if the tree node is named
  ('<INVALID>',), the graph node’s name must start with T__,
  indicating a constant literal.
* In the latter case, the content of the literals must also be
  compared by checking the src field of the tree node against
  the src field of the single LiteralNode neighbor in the grammar graph.

This patch ensures that this comparison is correctly applied.

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

19 existing lines in 2 files now uncovered.

2057 of 2472 relevant lines covered (83.21%)

0.83 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
83.59
-0.78% grammarinator/tool/fbs/FBRule_generated.py
18
63.67
-3.96% grammarinator/tool/generator.py
Jobs
ID Job ID Ran Files Coverage
1 13578064734.1 27 Feb 2025 11:44PM UTC 26
83.21
Source Files on build 13578064734
  • Tree
  • List 26
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • e048bcf5 on github
  • Prev Build on master (#13485354897)
  • Next Build on master (#13584771150)
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