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

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

Build:
DEFAULT BRANCH: master
Ran 22 Sep 2015 09:25PM UTC
Files 154
Run time 5s
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.551% (+0.03%) from 99.517%
LUA=luajit

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.

4881 of 4903 relevant lines covered (99.55%)

10525605.27 hits per line

Source Files on job 261.4 (LUA=luajit)
  • Tree
  • List 0
  • Changed 16
  • Source Changed 1
  • Coverage Changed 16
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 261
  • Travis Job 261.4
  • 55e44727 on github
  • Prev Job for LUA=luajit on master (#260.4)
  • Next Job for LUA=luajit on master (#262.4)
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