|
Ran
|
Jobs
1
|
Files
514
|
Run time
1min
|
Badge
README BADGES
|
push
github
datetime: refactored new() and set() - part 5 `datetime.new()` and `datetime_object:set()` code refactored for more clarity. - Deduplicated tzindex, tzoffset extract. - Deduplicated buggy epoch adjustment (see gh-10363). - Fixes `new()` with timestamp to use it as base_epoch to calculate tzoffset instead of `epoch_from_dt(dt)` with default `dt = DAYS_EPOCH_OFFSET` (gh-12412). - Make `set()` with tzoffset only to reset tzindex to zero (gh-12416, part of gh-7680). Fixes #12412 Closes #12416 Part of #7680 See also #10363 NO_DOC=bugfix (cherry picked from commit 2ae86783b)
69832 of 117637 branches covered (59.36%)
104820 of 119574 relevant lines covered (87.66%)
1384337.75 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 16 |
91.0 |
-0.39% | src/box/box.cc |
| 9 |
88.14 |
-7.63% | src/box/vy_regulator.c |
| 4 |
81.82 |
-12.12% | src/lua/minifio.c |
| 3 |
93.79 |
-0.23% | src/box/xrow_update_field.c |
| 2 |
94.15 |
-0.3% | src/box/memtx_space.c |
| 2 |
85.61 |
-0.72% | src/lib/core/coio.c |
| 2 |
92.91 |
0.07% | src/lib/core/fiber.c |
| 2 |
95.45 |
-4.55% | src/lib/json/json.h |
| 1 |
90.73 |
0.15% | src/box/applier.cc |
| 1 |
92.46 |
0.13% | src/box/vinyl.c |
| 1 |
95.21 |
-0.53% | src/box/vy_range.c |
| 1 |
84.86 |
-0.11% | src/box/xlog.c |
| 1 |
96.55 |
-1.15% | src/lib/core/histogram.c |
| 1 |
75.06 |
-0.25% | src/main.cc |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 23889942097.1 | 514 |
87.66 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|