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

ligurio / molly / 35729893903
92%

Build:
DEFAULT BRANCH: master
Ran 22 Sep 2026 12:54PM UTC
Jobs 1
Files 20
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

22 Sep 2026 12:52PM UTC coverage: 92.308% (+0.5%) from 91.784%
35729893903

push

github

ligurio
make: bump ldoc version

The patch bumps ldoc version and fixes LDoc generation for
`molly.gen`. With ldoc 1.5.0 [1] `make doc` failed with an
internal LDoc error while processing molly/gen.lua:

  gen.lua:698: internal LDoc error
  pl/utils.lua:699: argument 1 expected a 'string', got a 'nil'

LDoc (1.5.0) crashed in File:finish() when splitting an item name,
because every section heading in molly/gen.lua used an empty
`@section` tag without a name:

  --- Basic Functions
  -- @section

That produced a phantom anonymous item (`name == nil`) after each
section header, which LDoc could not finalize.

Give every section heading an identifier, as LDoc expects:

  --- Basic Functions
  -- @section basic_functions

Section titles stay visible in the rendered docs and `make doc`
now succeeds for the whole molly module.

1. https://github.com/lunarmodules/ldoc/releases/tag/v1.5.0

720 of 780 relevant lines covered (92.31%)

132.6 hits per line

Coverage Regressions

Lines Coverage ∆ File
6
95.0
0.0% molly/gen.lua
Jobs
ID Job ID Ran Files Coverage
1 35729893903.1 22 Sep 2026 12:54PM UTC 20
92.31
GitHub Action Run
Source Files on build 35729893903
  • Tree
  • List 20
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 20318487 on github
  • Prev Build on master (#35526913854)
  • Next Build on master (#35886608928)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc