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

zalando / logbook / #4471

04 Mar 2024 07:51PM CUT coverage: 100.0%. Remained the same
#4471

push

web-flow
Add a warning about logbook.write.max-body-size not preventing the buffering (#1777)

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