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

tarantool / tarantool / 12161
83%
master: 88%

Build:
Build:
LAST BUILD BRANCH: ninarodicova/test2
DEFAULT BRANCH: master
Ran 17 May 2018 09:20PM UTC
Jobs 1
Files 301
Run time 20s
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

pending completion
12161

push

travis-ci

kostja
lua: introduce utf8 built-in globaly visible module

utf8 is a module partially compatible with Lua 5.3 utf8 and
lua-utf8 third party module.
Partially means, that not all functions are implemented.

The patch introduces these ones:
upper, lower, len, char, sub, next.

Len and char works exactly like in Lua 5.3. Other functions work
like in lua-utf8, because they are not presented in Lua 5.3.

Tarantool utf8 has extensions:

* isupper/lower/alpha/digit, that check some property by a symbol
  or by its code;

* cmp/casecmp, that compare two UTF8 strings.

Closes #3290
Closes #3385
Closes #3081

180 of 180 new or added lines in 2 files covered. (100.0%)

38641 of 47411 relevant lines covered (81.5%)

897848.1 hits per line

Uncovered Changes

Lines Coverage ∆ File
21
100.0
src/lua/utf8.c
1
100.0
src/lua/init.c

Coverage Regressions

Lines Coverage ∆ File
28
100.0
src/backtrace.cc
18
100.0
src/util.c
9
100.0
src/lua/init.c
2
100.0
src/box/vy_tx.c
2
100.0
src/lib/small/test/rb_rand.cc
2
100.0
src/box/vinyl.c
1
100.0
src/box/xrow.c
1
100.0
src/box/vy_read_set.c
1
100.0
src/box/recovery.cc
Jobs
ID Job ID Ran Files Coverage
3 12161.3 (TARGET=coverage) 17 May 2018 09:20PM UTC 0
81.5
Travis Job 12161.3
Source Files on build 12161
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #12161
  • a4f3fff8 on github
  • Prev Build on 1.10 (#12160)
  • Next Build on 1.10 (#12163)
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