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

tarantool / tarantool / 28448038156
88%

Build:
DEFAULT BRANCH: master
Ran 30 Jun 2026 01:44PM UTC
Jobs 1
Files 525
Run time 3min
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

30 Jun 2026 01:29PM UTC coverage: 87.666% (-0.02%) from 87.688%
28448038156

push

github

grafin
config: extend aboard API with bool returns

aboard:set() now returns false and skips the update if an alert
with the same key and message already exists.

drop, drop_if, clean, add, unset, clear now return a bool indicating
whether a change was made.

Also add namespace:get() to look up an alert by key without accessing
internal fields.

@TarantoolBot document
Title: Public alerts API

Update the following methods:

- `alerts_namespace:add(alert)` - now returns `true`.
- `alerts_namespace:set(key, alert)` - now returns `true` if the alert
  was set, `false` if an alert with the same key and message already
  exists.
- `alerts_namespace:unset(key)` - now returns `true` if the alert was
  discarded, `false` if it didn't exist.
- `alerts_namespace:clear()` - now returns `true` if any alerts were
  discarded, `false` if the namespace was already empty.

New method:

- `alerts_namespace:get(key)` - returns the alert with the given key,
  or `nil` if it doesn't exist.

70861 of 119174 branches covered (59.46%)

106428 of 121402 relevant lines covered (87.67%)

1369578.9 hits per line

Coverage Regressions

Lines Coverage ∆ File
9
88.14
-7.63% src/box/vy_regulator.c
4
92.55
-0.18% src/box/vinyl.c
4
93.31
-1.27% src/lib/swim/swim_io.c
4
81.82
-12.12% src/lua/minifio.c
3
92.0
-0.3% src/box/vy_scheduler.c
2
93.77
-0.29% src/box/memtx_space.c
2
93.62
-0.22% src/box/xrow_update_field.c
2
96.3
-3.7% src/lib/core/backtrace.c
2
87.03
-0.29% src/lib/core/say.c
2
80.95
-9.52% src/lib/core/tt_sigaction.c
2
95.45
-4.55% src/lib/json/json.h
2
97.05
0.0% src/lib/msgpuck/msgpuck.h
1
90.79
-0.03% src/box/box.cc
1
91.98
-0.2% src/box/gc.c
1
96.43
-0.71% src/box/vy_point_lookup.c
1
95.74
0.0% src/box/vy_range.c
1
85.7
-0.11% src/box/xlog.c
1
80.0
-2.5% src/lib/core/clock.c
1
96.55
-1.15% src/lib/core/histogram.c
1
90.38
-1.92% src/lib/core/trigger.cc
1
91.68
-0.11% src/lib/swim/swim.c
1
97.35
-0.88% src/lib/vclock/vclock.c
Jobs
ID Job ID Ran Files Coverage
1 28448038156.1 30 Jun 2026 01:44PM UTC 525
87.67
GitHub Action Run
Source Files on build 28448038156
  • Tree
  • List 525
  • Changed 33
  • Source Changed 0
  • Coverage Changed 33
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 5879f121 on github
  • Prev Build on master (#28440188324)
  • Next Build on master (#28448739530)
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