|
Ran
|
Jobs
1
|
Files
514
|
Run time
2min
|
Badge
README BADGES
|
push
github
cmake: fix AppleClang detection CMake 3.0 and above recognize that Apple Clang is a different compiler than upstream Clang. CMake 4.0 prefers to set the `CMAKE_<LANG>_COMPILER_ID` variable to AppleClang instead of Clang. See [1] for details. This patch adds the corresponding check to set `CMAKE_COMPILER_IS_CLANG` for the Apple Clang too. [1]: https://cmake.org/cmake/help/v4.0/policy/CMP0025.html NO_DOC=build NO_TEST=build NO_CHANGELOG=build (cherry picked from commit 526bc5a12)
68907 of 122197 branches covered (56.39%)
101612 of 116245 relevant lines covered (87.41%)
1962058.33 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 6 |
93.84 |
-1.18% | src/box/xrow_update_field.c |
| 3 |
90.48 |
-0.22% | src/box/applier.cc |
| 3 |
97.85 |
-0.23% | src/box/memtx_tx.c |
| 3 |
84.35 |
-0.27% | src/box/xlog.c |
| 2 |
91.32 |
0.1% | src/box/box.cc |
| 2 |
95.83 |
-0.05% | src/box/iproto.cc |
| 2 |
92.29 |
0.0% | src/box/vinyl.c |
| 2 |
87.16 |
-0.13% | src/box/vy_run.c |
| 2 |
97.26 |
0.0% | src/lib/msgpuck/msgpuck.h |
| 1 |
90.51 |
-0.63% | src/box/engine.c |
| 1 |
94.74 |
-1.75% | src/box/engine.h |
| 1 |
95.05 |
-0.31% | src/box/raft.c |
| 1 |
95.96 |
-0.18% | src/box/relay.cc |
| 1 |
95.15 |
-0.13% | src/box/replication.cc |
| 1 |
80.74 |
-0.33% | src/box/tuple_bloom.c |
| 1 |
90.14 |
-0.08% | src/box/vy_log.c |
| 1 |
93.12 |
0.1% | src/lib/core/fiber.c |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 14997952668.1 | 514 |
87.41 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|