Ran
|
Jobs
1
|
Files
518
|
Run time
1min
|
Badge
Embed ▾
README BADGES
|
push
github
ci: use cmake 3.17 in static_build_cmake_linux CTest support has been added in commit a9b9f2eb4f71 ("test: execute tests using CTest") and by default `ctest` is executed with option `--repeat until-pass:3` that is needed for rerunning flaky tests. The commit 5ae2263852dc ("cmake: introduce test-force-ctest target") enabled CTest in a job static_build_cmake_linux, which executed in Ubuntu 20.04. Ubuntu 20.04 has CMake version 3.16, where option `--repeat until-pass:3` is missed, because it was introduced starting CMake version 3.17 [1]. The patch replaces CMake installed from packages by version 3.17 installed using pip [2]. 1. https://cmake.org/cmake/help/v3.31/release/3.17.html#ctest 2. https://pypi.org/project/cmake/ NO_CHANGELOG=testing NO_DOC=testing NO_TEST=testing (cherry picked from commit 222770d52)
69662 of 123532 branches covered (56.39%)
102654 of 117489 relevant lines covered (87.37%)
2388360.94 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
96.11 |
-0.19% | src/box/relay.cc |
1 |
92.92 |
-0.01% | src/lib/core/fiber.c |
1 |
96.55 |
-1.15% | src/lib/core/histogram.c |
2 |
95.84 |
-0.11% | src/box/iproto.cc |
2 |
95.45 |
-4.55% | src/lib/json/json.h |
2 |
94.25 |
0.02% | src/box/xrow_update_field.c |
2 |
84.53 |
-0.72% | src/lib/core/coio.c |
2 |
95.05 |
-0.62% | src/box/raft.c |
2 |
93.87 |
2.04% | src/box/memtx_space.c |
2 |
91.01 |
-0.03% | src/box/box.cc |
2 |
92.24 |
0.09% | src/box/vinyl.c |
2 |
85.71 |
-9.52% | src/lib/core/tt_sigaction.c |
3 |
87.46 |
-0.14% | src/box/vy_run.c |
3 |
22.64 |
-0.06% | src/lib/uri/uri_parser.c |
4 |
81.82 |
-12.12% | src/lua/minifio.c |
4 |
93.31 |
-1.27% | src/lib/swim/swim_io.c |
6 |
95.69 |
-0.65% | src/lib/msgpuck/msgpuck.h |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 12503637028.1 | 518 |
87.37 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|