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

cowprotocol / cow-sdk / #1780

29 May 2025 01:25PM UTC coverage: 76.278% (-1.2%) from 77.485%
#1780

Pull #324

shoom3301
chore: unknown status
Pull Request #324: feat(bridge): track order progress

485 of 689 branches covered (70.39%)

Branch coverage included in aggregate %.

27 of 76 new or added lines in 13 files covered. (35.53%)

2 existing lines in 2 files now uncovered.

1097 of 1385 relevant lines covered (79.21%)

20.11 hits per line

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

50.0
/src/bridging/errors.ts
1
export class BridgeProviderQuoteError extends Error {
2
  constructor(
3
    message: string,
4
    public readonly context: unknown,
5
  ) {
6
    super(message)
3✔
7
    this.name = 'BridgeProviderQuoteError'
3✔
8
  }
9
}
10

11
export class BridgeOrderParsingError extends Error {
12
  constructor(
13
    message: string,
14
    public readonly context?: unknown,
15
  ) {
NEW
16
    super(message)
×
NEW
17
    this.name = 'BridgeOrderParsingError'
×
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

© 2025 Coveralls, Inc