Ran
|
Files
518
|
Run time
19s
|
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
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|