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

baetheus / fun / 17477049038
100%

Build:
DEFAULT BRANCH: main
Ran 04 Sep 2025 09:22PM UTC
Jobs 1
Files 45
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

04 Sep 2025 09:16PM UTC coverage: 99.835%. Remained the same
17477049038

push

github

baetheus
feat: initial stab at parser idea

Added a very basic recursive descent parser in ideas. It's pretty
straightforward and reuses the DecodeError from Decoder for tracking
errors. In the long run, when I learn a bit more about parsers, lexers,
and grammars, I'll likely completely change the implementation to
something like an LR(1) parser generator. For now, this works ok for the
minimal places I need some basic string parsing and don't want to deal
with regex.

Removed that silly bimap function from bimappable.ts. I think the idea
was that once could create a Bimappable instance from map and
mapSecond.. But that is easier with plain types. Anyway, that's gone
now, just write your own bimap function.

Also, cleaned up a bunch of the example code that was erroring during
deno test --doc. It's not 100% yet and it seems the newest deno versions
broke my coverage script.. but that's work for another day.

796 of 805 branches covered (98.88%)

Branch coverage included in aggregate %.

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

8904 of 8911 relevant lines covered (99.92%)

58.89 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-v1.41.1-ubuntu-latest - 17477049038.1 04 Sep 2025 09:22PM UTC 45
99.84
GitHub Action Run
Source Files on build 17477049038
  • Tree
  • List 45
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • d34975a4 on github
  • Prev Build on main (#17013519358)
  • Next Build on main (#17478921127)
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