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

yuin / gopher-lua / 6466275660
90%
master: 90%

Build:
Build:
LAST BUILD BRANCH: disable_loadnil_merge
DEFAULT BRANCH: master
Ran 10 Oct 2023 07:49AM UTC
Jobs 2
Files 22
Run time 2s
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

10 Oct 2023 07:47AM UTC coverage: 89.97% (+0.004%) from 89.966%
6466275660

Pull #460

github

0x501D
popen: support nil in second argument

In the C implementation of the Lua interpreter,
in the io.popen function the second argument can be nil:

Lua 5.1.5 Copyright (C) 1994-2012 Lua.org, PUC-Rio:

> x,y = io.popen("ls", nil)
> assert(x)
> assert(y == nil)
>

Gopher lua throws an exception:
bad argument #2 to popen (string expected, got nil)

Closes #459
Pull Request #460: popen: support nil in second argument

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

7203 of 8006 relevant lines covered (89.97%)

860439.58 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6466275660.1 10 Oct 2023 07:49AM UTC 0
89.97
GitHub Action Run
2 6466275660.2 10 Oct 2023 07:49AM UTC 0
89.97
GitHub Action Run
Source Files on build 6466275660
Detailed source file information is not available for this build.
  • Back to Repo
  • Pull Request #460
  • PR Base - master (#5124316891)
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