• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zalando / logbook / #4456

18 Feb 2024 02:51PM CUT coverage: 100.0%. Remained the same
#4456

push

web-flow
Bump io.netty:netty-bom from 4.1.106.Final to 4.1.107.Final (#1764)

Bumps [io.netty:netty-bom](https://github.com/netty/netty) from 4.1.106.Final to 4.1.107.Final.
- [Commits](https://github.com/netty/netty/compare/netty-4.1.106.Final...netty-4.1.107.Final)

---
updated-dependencies:
- dependency-name: io.netty:netty-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

3539 of 3539 relevant lines covered (100.0%)

1.0 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/logbook-api/src/main/java/org/zalando/logbook/Correlation.java
1
package org.zalando.logbook;
2

3
import org.apiguardian.api.API;
4

5
import java.time.Duration;
6
import java.time.Instant;
7

8
import static org.apiguardian.api.API.Status.STABLE;
9

10
@API(status = STABLE)
11
public interface Correlation extends Precorrelation {
12

13
    Instant getEnd();
14

15
    Duration getDuration();
16

17
    @Override
18
    default Correlation correlate() {
19
        return this;
1✔
20
    }
21
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc