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

tarantool / tarantool / 15464746307
88%

Build:
DEFAULT BRANCH: master
Ran 05 Jun 2025 10:54AM UTC
Jobs 1
Files 511
Run time 2min
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

05 Jun 2025 10:29AM UTC coverage: 87.524% (+0.02%) from 87.5%
15464746307

push

github

locker
popen: add `is_closed()` method

This commit adds a method to make it easier to check that popen handle
is closed.

Closes #11492

@TarantoolBot document
Title: `popen_handle:is_closed()` method

The new `is_closed()` method returns `true` if the popen handle is
closed, and `false` otherwise.

Usage example:

```lua
local ph = popen.new(<...>)
assert(ph:is_closed() == false)
...
ph:close()
assert(ph:is_closed() == true)
```

70494 of 124209 branches covered (56.75%)

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

25 existing lines in 10 files now uncovered.

103605 of 118373 relevant lines covered (87.52%)

2781248.6 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
95.96
-0.18% src/box/relay.cc
1
92.62
0.18% src/box/vinyl.c
1
91.68
-0.11% src/lib/swim/swim.c
1
22.7
0.04% src/lib/uri/uri_parser.c
2
87.5
0.06% src/box/vy_run.c
2
85.71
-9.52% src/lib/core/tt_sigaction.c
3
92.92
-0.31% src/lib/core/fiber.c
4
93.79
-0.44% src/box/xrow_update_field.c
4
93.31
-1.27% src/lib/swim/swim_io.c
6
95.2
-1.04% src/box/vy_read_iterator.c
Jobs
ID Job ID Ran Files Coverage
1 15464746307.1 05 Jun 2025 10:54AM UTC 511
87.52
GitHub Action Run
Source Files on build 15464746307
  • Tree
  • List 511
  • Changed 25
  • Source Changed 0
  • Coverage Changed 25
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 5921a93d on github
  • Prev Build on master (#15462200297)
  • Next Build on master (#15534987876)
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