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

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

Build:
DEFAULT BRANCH: master
Ran 22 Sep 2015 09:35PM 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.637% (-0.05%) from 99.682%
LUA=lua5.2

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.

4939 of 4957 relevant lines covered (99.64%)

10539023.06 hits per line

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