|
Ran
|
Jobs
1
|
Files
479
|
Run time
112min
|
Badge
README BADGES
|
push
github
say: do not close stderr at exit We must not close stderr because it's used for reporting crashes and memory leaks, but if the logger is configured to log to stderr, it's closed at exit. Let's fix it. While we are at it, let's also remove usage of `pm_atomic_store()` and `pm_atomic_load()` for updating `log::type` because it makes no sense. The bug was introduced by commit 6d7437dae2dfc ("say: Add several loggers support"). Close #11323 NO_DOC=bug fix NO_CHANGELOG=relevant only to developers (cherry picked from commit 8e0da9f47)
63532 of 114872 branches covered (55.31%)
3 of 3 new or added lines in 2 files covered. (100.0%)
26 existing lines in 7 files now uncovered.94449 of 109718 relevant lines covered (86.08%)
1899977.49 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
90.16 |
0.16% | src/box/applier.cc |
| 1 |
95.85 |
-0.52% | src/box/lua/init.c |
| 1 |
92.35 |
-0.17% | src/box/txn_limbo.c |
| 1 |
98.23 |
-0.06% | src/lib/salad/bps_tree.h |
| 2 |
84.01 |
-0.74% | src/lib/core/coio.c |
| 4 |
92.05 |
-0.09% | src/box/vinyl.c |
| 16 |
86.6 |
-0.59% | src/box/box.cc |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 14220013346.1 | 479 |
86.08 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|