|
Ran
|
Jobs
1
|
Files
518
|
Run time
149min
|
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)
69926 of 123827 branches covered (56.47%)
3 of 3 new or added lines in 2 files covered. (100.0%)
33 existing lines in 9 files now uncovered.102947 of 117702 relevant lines covered (87.46%)
2180640.0 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
90.7 |
-0.07% | src/box/applier.cc |
| 1 |
84.18 |
0.0% | src/box/xlog.c |
| 1 |
92.84 |
-0.1% | src/lib/core/fiber.c |
| 1 |
91.68 |
-0.11% | src/lib/swim/swim.c |
| 2 |
86.27 |
-0.48% | src/box/vy_stmt.c |
| 2 |
97.15 |
-0.1% | src/lib/msgpuck/msgpuck.h |
| 3 |
91.7 |
-0.58% | src/box/gc.c |
| 6 |
94.66 |
-1.23% | src/box/vy_read_iterator.c |
| 16 |
90.89 |
-0.51% | src/box/box.cc |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 14219998666.1 | 518 |
87.46 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|