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

zhaozg / lua-openssl / 30753825204
93%

Build:
DEFAULT BRANCH: master
Ran 02 Aug 2026 03:15PM UTC
Jobs 1
Files 56
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

02 Aug 2026 03:08PM UTC coverage: 92.911% (+1.6%) from 91.323%
30753825204

push

travis-ci

zhaozg
fix(cms): never push NULL reason string on error paths

openssl_pushresult() called ERR_reason_error_string() and pushed the
result directly. For error codes without a registered reason table
(e.g. provider 'could not load the shared library' errors), the function
returns NULL, so lua_pushstring(L, NULL) pushed nil instead of an error
message. Callers then received nil, nil, code instead of nil, msg, code,
which broke the documented error contract (test 6.cms.lua:138 expected a
non-nil error for c:detached(true) on an empty cms.new() object).

Guard the reason lookup and fall back to "UNKNOWN ERROR" while still
exposing the raw error code. Apply the same guard to
openssl_error_string() to keep the error() API consistent.

5 of 5 new or added lines in 2 files covered. (100.0%)

10668 of 11482 relevant lines covered (92.91%)

2004.82 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30753825204.1 02 Aug 2026 03:18PM UTC 56
92.91
Travis Job
Source Files on build 30753825204
  • Tree
  • List 56
  • Changed 24
  • Source Changed 2
  • Coverage Changed 24
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 10cf9a76 on github
  • Prev Build on master (#30753119743)
  • Next Build on master (#30826425739)
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