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

rm-hull / jasengo / 19392761981
88%
main: 81%

Build:
Build:
LAST BUILD BRANCH: feat/example3-test
DEFAULT BRANCH: main
Ran 15 Nov 2025 04:52PM UTC
Jobs 1
Files 6
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

15 Nov 2025 04:51PM UTC coverage: 88.679% (+14.0%) from 74.667%
19392761981

Pull #3

github

rm-hull
feat: Add worked example + some needed parser combinators

Introduce several common parser primitives and combinators
essential for building practical parsers.

New primitives in `basic.go`:
*   `Lower`, `Upper`: Match corresponding character types.
*   `Whitespace`: Matches spaces, tabs, newlines.
*   `Return`: Lifts a value into a successful parser result.

New combinators in `combinators.go`:
*   `Token`, `Symb`: Handle tokenizing and symbol matching,
    consuming trailing whitespace automatically.
*   `Left`, `Right`, `Between`: Control result selection in sequence.
*   `Rec`: Enables definition of recursive parsers.
*   `SepBy1`: Parses one or more items separated by a delimiter.

A new test (`TestSearchGrammar`) demonstrates the usage of
these tools to parse complex boolean search expressions.
Pull Request #3: feat: Add worked example + some needed parser combinators

32 of 40 new or added lines in 2 files covered. (80.0%)

235 of 265 relevant lines covered (88.68%)

1.06 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
3
94.55
35.02% parser/basic.go
5
86.3
5.63% parser/combinators.go
Jobs
ID Job ID Ran Files Coverage
1 19392761981.1 15 Nov 2025 04:52PM UTC 6
88.68
GitHub Action Run
Source Files on build 19392761981
  • Tree
  • List 6
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #3
  • PR Base - main (#19392413278)
  • Delete
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