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

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

Build:
DEFAULT BRANCH: master
Ran 22 Sep 2015 09:26PM UTC
Files 153
Run time 6s
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.516% (-0.3%) from 99.781%
LUA=lua5.1

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.

4930 of 4954 relevant lines covered (99.52%)

10405117.46 hits per line

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