|
Repo Added
|
Files
143
|
Badge
README BADGES
|
push
gitlab-ci
chore: Make JsonLogMessagesReader::Rewind() a noop before first read There is nothing to rewind if there was nothing read so far. This way `JsonLogMessagesReader::Rewind()` can be called in the logs body generator without worrying if there was anything read already or not. A rewind before first read had no effect even without these changes, but now it's clearly and explicitly skipped, saving some unnecessary operations. Ticket: MEN-10017 Changelog: None Signed-off-by: Vratislav Podzimek <vratislav.podzimek+auto-signed@northern.tech> (cherry picked from commit 4ca4f2490)
3 of 3 new or added lines in 1 file covered. (100.0%)
8485 of 10433 relevant lines covered (81.33%)
22240.64 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|
| Builds | Branch | Commit | Type | Ran | Committer | Via | Coverage |
|---|---|---|---|---|---|---|---|
| 2745152053 | pr_2012 | chore: Make JsonLogMessagesReader::Rewind() a noop before first read There is nothing to rewind if there was nothing read so far. This way `JsonLogMessagesReader::Rewind()` can be called in the logs body generator without worrying if there was an... | push | gitlab-ci |
81.33 |