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

tarantool / luajit / 9563233105
93%
tarantool/master: 93%

Build:
Build:
LAST BUILD BRANCH: skaplun/tarantool-integration-branch-revision
DEFAULT BRANCH: tarantool/master
Ran 18 Jun 2024 10:19AM CUT
Jobs 1
Files 89
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

18 Jun 2024 10:14AM CUT coverage: 92.645% (+21.4%) from 71.271%
9563233105

push

github

ligurio
cmake: fix warning about minimum required version

Since CMake 3.27 compatibility with versions of CMake older than
3.5 is deprecated [1]. CMake produces annoying warning on
configuration stage:

| CMake Deprecation Warning at src/CMakeLists.txt:7 (cmake_minimum_required):
|  Compatibility with CMake < 3.5 will be removed from a future version of
|  CMake.

We cannot bump a minimum required CMake version without bumping
it in the Tarantool build system. However, we can set
a <policy_max> (introduced in CMake 3.12, see [1]) and suppress
a warning. <policy_max> means that this CMake version is known to
work properly and will not result in any build errors rightaway
for higher versions.

Note, that a current CMake minimum required version in Tarantool
is equal to 2.8, but <policy_max> is introduced in CMake 3.12 [1].
However, according to [1] it is not a problem, because if CMake is
"older than 3.12, the extra ... dots will be seen as version
component separators, resulting in the ...<max> part being ignored
and preserving the pre-3.12 behavior of basing policies on <min>".

<policy_max> is set to 3.18 because compatibility with versions
of CMake older than 2.8.12 is deprecated. Calls to
cmake_minimum_required(VERSION) that do not specify at
least 2.8.12 as their policy version (optionally via ...<max>)
will produce a deprecation warning in CMake 3.19 and above [2].
Compatibility with 2.8.12 is needed for CMP0002 [3].

1. https://cmake.org/cmake/help/latest/command/cmake_minimum_required.html
2. https://cmake.org/cmake/help/latest/command/cmake_minimum_required.html#policy-settings
3. https://cmake.org/cmake/help/latest/policy/CMP0002.html

5662 of 6018 branches covered (94.08%)

Branch coverage included in aggregate %.

21608 of 23417 relevant lines covered (92.27%)

2928962.79 hits per line

Jobs
ID Job ID Ran Files Coverage
1 9563233105.1 18 Jun 2024 10:19AM CUT 89
92.64
GitHub Action Run
Source Files on build 9563233105
  • Tree
  • List 89
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/LineBranch HitsBranch Misses
13.79
src/lj_utils_leb128.c132 51 7 44 1771125.0 1 6
61.83
src/lj_clib.c431 101 65 36 4220.0 16 14
77.47
src/lj_opt_fold.c2537 977 740 237 889689.0 247 50
77.92
src/lj_wbuf.c141 66 49 17 619620.0 11 0
78.44
src/lj_api.c1369 860 672 188 905203.0 183 47
78.75
src/lib_math.c224 72 56 16 20816.0 7 1
81.3
src/lj_strscan.c540 263 212 51 2549591.0 114 24
84.03
src/lj_ccall.c1183 172 145 27 32574.0 55 11
84.21
src/lj_load.c164 81 69 12 30811.0 11 3
85.71
src/lj_sysprof.c571 195 162 33 1550.0 36 0
Showing 1 to 10 of 89 entries
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 9
  • Next
  • ►
    92.64
    src/
  • Back to Repo
  • Github Actions Build #9563233105
  • 15bff5a7 on github
  • Prev Build on ligurio/fix-cmake-warnings (#8542573709)
  • Next Build on ligurio/fix-cmake-warnings (#9563309510)
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

© 2025 Coveralls, Inc