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

tarantool / tarantool / 21666497314
88%

Build:
DEFAULT BRANCH: master
Ran 04 Feb 2026 10:09AM UTC
Jobs 1
Files 525
Run time 1min
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

04 Feb 2026 09:44AM UTC coverage: 87.608% (+0.01%) from 87.598%
21666497314

push

github

locker
fiber: introduce cord_cancel method

The new method sends an event to the given cord, which makes it stop.
It works only if the cord is running an event loop, either implicitly,
inside the cord_costart() function, or explicitly, by calling ev_run()
directly. If the cord was started with cord_costart(), it cancels
the main fiber. As soon as the main fiber returns, the event loop
running in the cord will be broken and the cord will exit. If the cord
was started with cord_start() and is running the event loop explicitly,
cord_cancel() will send an event to it that will break the event loop
immediately. The function reuses the event introduced for handling
the case when cord_cojoin() is cancelled, see commit 6f8b0b6437eaf
("fiber: make cord_cojoin cancellable").

NO_DOC=internal
NO_CHANGELOG=internal

70276 of 118245 branches covered (59.43%)

8 of 8 new or added lines in 1 file covered. (100.0%)

33 existing lines in 11 files now uncovered.

105634 of 120576 relevant lines covered (87.61%)

1381655.72 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
90.73
0.15% src/box/applier.cc
1
92.61
0.09% src/box/vinyl.c
1
88.17
0.01% src/box/vy_run.c
1
87.93
-1.54% src/box/xlog.h
1
91.68
-0.11% src/lib/swim/swim.c
1
22.68
-0.02% src/lib/uri/uri_parser.c
2
93.06
0.04% src/lib/core/fiber.c
2
97.05
-0.1% src/lib/msgpuck/msgpuck.h
4
85.78
-0.27% src/box/xlog.c
4
81.82
-12.12% src/lua/minifio.c
15
91.88
-2.17% src/box/memtx_space.c
Jobs
ID Job ID Ran Files Coverage
1 21666497314.1 04 Feb 2026 10:09AM UTC 525
87.61
GitHub Action Run
Source Files on build 21666497314
  • Tree
  • List 525
  • Changed 21
  • Source Changed 0
  • Coverage Changed 21
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • da49a254 on github
  • Prev Build on master (#21665909221)
  • Next Build on master (#21752156752)
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