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

stripe / stripe-java / #16599

29 Oct 2024 11:04PM UTC coverage: 12.519% (-0.1%) from 12.62%
#16599

push

github

web-flow
Merge pull request #1914 from stripe/latest-codegen-beta

Update generated code for beta

40 of 1580 new or added lines in 51 files covered. (2.53%)

19 existing lines in 15 files now uncovered.

18843 of 150513 relevant lines covered (12.52%)

0.13 hits per line

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

75.0
/src/main/java/com/stripe/service/v2/CoreService.java
1
// File generated from our OpenAPI spec
2
package com.stripe.service.v2;
3

4
import com.stripe.net.ApiService;
5
import com.stripe.net.StripeResponseGetter;
6

7
public final class CoreService extends ApiService {
8
  public CoreService(StripeResponseGetter responseGetter) {
9
    super(responseGetter);
1✔
10
  }
1✔
11

12
  public com.stripe.service.v2.core.EventDestinationService eventDestinations() {
NEW
13
    return new com.stripe.service.v2.core.EventDestinationService(this.getResponseGetter());
×
14
  }
15

16
  public com.stripe.service.v2.core.EventService events() {
17
    return new com.stripe.service.v2.core.EventService(this.getResponseGetter());
1✔
18
  }
19
}
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

© 2026 Coveralls, Inc