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

tarantool / tarantool / 7030433966
88%

Build:
DEFAULT BRANCH: master
Ran 29 Nov 2023 09:29AM UTC
Jobs 1
Files 507
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

29 Nov 2023 09:18AM UTC coverage: 86.804% (-0.008%) from 86.812%
7030433966

push

github

Totktonada
config: add dependencies for roles

This patch adds dependencies support for roles.

Part of #9078

@TarantoolBot document
Title: dependencies for roles

Roles can now have dependencies. This means that the verify() and
apply() methods will be executed for these roles, taking into account
the dependencies. Dependencies should be written in the "dependencies"
field of the array type. Note, the roles will be loaded (not applied!)
in the same order in which they were specified, i.e. not taking
dependencies into account.

Example:

Dependencies of role A: B, C
Dependencies of role B: D
No other role has dependencies.

Order in which roles were given: [E, C, A, B, D, G]
They will be loaded in the same order: [E, C, A, B, D, G]
The order, in which functions verify() and apply() will be executed:
[E, C, D, B, A, G].

65936 of 118014 branches covered (0.0%)

98069 of 112978 relevant lines covered (86.8%)

2625554.59 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7030433966.1 29 Nov 2023 09:29AM UTC 0
86.8
GitHub Action Run
Source Files on build 7030433966
Detailed source file information is not available for this build.
  • Back to Repo
  • 7fbc1d04 on github
  • Prev Build on master (#7029960521)
  • Next Build on master (#7031537567)
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