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

npge / lua-npge / 261 / 3
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 22 Sep 2015 09:31PM UTC
Files 153
Run time 4s
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 2015 08:54PM UTC coverage: 99.414% (-0.05%) from 99.462%
LUA=lua5.3

push

travis-ci

starius
use template instead of macro to convert errors

C++ exceptions have to caught on Lua-C boundary and converted to
Lua errors. Previously macro LUA_CALL_WRAPPED was used and all
wrapped functions had to return -1 in case of errors. Currently
templated wrapper is used. This class converts lua_CFunction which
can throw C++ exceptions to lua_CFunction which can't throw exceptions.
It catches exceptions and calls lua_error(L). This new approach
is more convenient and requires less code.

4923 of 4952 relevant lines covered (99.41%)

10432059.14 hits per line

Source Files on job 261.3 (LUA=lua5.3)
  • Tree
  • List 0
  • Changed 46
  • Source Changed 1
  • Coverage Changed 46
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 261
  • Travis Job 261.3
  • 55e44727 on github
  • Prev Job for LUA=lua5.3 on master (#260.3)
  • Next Job for LUA=lua5.3 on master (#262.3)
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