|
Ran
|
Jobs
1
|
Files
520
|
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)
68795 of 116375 branches covered (59.11%)
103509 of 118180 relevant lines covered (87.59%)
1636619.32 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
90.5 |
-0.07% | src/box/applier.cc |
| 1 |
90.63 |
-0.63% | src/box/engine.c |
| 1 |
94.74 |
-1.75% | src/box/engine.h |
| 1 |
95.84 |
-0.12% | src/box/replication.cc |
| 1 |
90.14 |
-0.08% | src/box/vy_log.c |
| 1 |
93.13 |
-0.09% | src/lib/core/fiber.c |
| 1 |
97.41 |
-0.85% | src/lib/vclock/vclock.c |
| 2 |
91.56 |
-0.22% | src/lib/swim/swim.c |
| 4 |
93.62 |
-1.6% | src/box/vy_range.c |
| 4 |
87.37 |
-0.07% | src/box/vy_run.c |
| 4 |
93.31 |
-1.27% | src/lib/swim/swim_io.c |
| 7 |
94.66 |
-1.44% | src/box/vy_read_iterator.c |
| 8 |
92.24 |
-0.37% | src/box/vinyl.c |
| 8 |
60.42 |
-3.55% | src/lib/core/fio.c |
| 9 |
88.14 |
-7.63% | src/box/vy_regulator.c |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 23889945063.1 | 520 |
87.59 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|