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

zalando / logbook / #4839

11 Nov 2024 08:35AM CUT coverage: 100.0%. Remained the same
#4839

push

web-flow
Bump nl.jqno.equalsverifier:equalsverifier from 3.17.2 to 3.17.3 (#1955)

Bumps [nl.jqno.equalsverifier:equalsverifier](https://github.com/jqno/equalsverifier) from 3.17.2 to 3.17.3.
- [Release notes](https://github.com/jqno/equalsverifier/releases)
- [Changelog](https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jqno/equalsverifier/compare/equalsverifier-3.17.2...equalsverifier-3.17.3)

---
updated-dependencies:
- dependency-name: nl.jqno.equalsverifier:equalsverifier
  dependency-type: direct:development
  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>

3663 of 3663 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