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

zhaozg / lua-openssl / 32259708810
93%

Build:
DEFAULT BRANCH: master
Ran 19 Aug 2026 01:53PM 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

19 Aug 2026 01:43PM UTC coverage: 92.911%. Remained the same
32259708810

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%)

3 existing lines in 1 file now uncovered.

10668 of 11482 relevant lines covered (92.91%)

2243.9 hits per line

Coverage Regressions

Lines Coverage ∆ File
3
92.72
0.0% src/misc.c
Jobs
ID Job ID Ran Files Coverage
1 32259708810.1 19 Aug 2026 02:04PM UTC 56
92.91
Travis Job
Source Files on build 32259708810
  • Tree
  • List 56
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • bd1b7e36 on github
  • Prev Build on master (#32259400273)
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