|
Ran
|
Jobs
1
|
Files
521
|
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)
70184 of 118103 branches covered (59.43%)
105492 of 120408 relevant lines covered (87.61%)
1398296.3 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 7 |
93.05 |
-1.32% | src/box/xrow_update_field.c |
| 6 |
88.17 |
-0.26% | src/box/vy_run.c |
| 4 |
22.64 |
-0.08% | src/lib/uri/uri_parser.c |
| 2 |
90.83 |
-0.03% | src/box/box.cc |
| 2 |
95.84 |
-0.11% | src/box/iproto.cc |
| 2 |
95.83 |
-0.23% | src/box/replication.cc |
| 2 |
94.19 |
-0.47% | src/box/vy_write_iterator.c |
| 2 |
96.15 |
-3.85% | src/lib/core/iostream.h |
| 2 |
86.22 |
-0.31% | src/lib/core/say.c |
| 2 |
97.15 |
0.0% | src/lib/msgpuck/msgpuck.h |
| 1 |
97.71 |
0.0% | src/box/memtx_tx.c |
| 1 |
95.16 |
-0.21% | src/box/txn_limbo_queue.c |
| 1 |
92.56 |
0.09% | src/box/vinyl.c |
| 1 |
94.99 |
-0.21% | src/box/vy_read_iterator.c |
| 1 |
85.9 |
0.27% | src/box/xlog.c |
| 1 |
92.94 |
-0.1% | src/lib/core/fiber.c |
| 1 |
65.97 |
5.13% | src/lib/core/fio.c |
| 1 |
96.1 |
-0.05% | src/lib/salad/bps_tree.h |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 23889938679.1 | 521 |
87.61 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|