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

cowprotocol / cow-sdk / 15753714976

19 Jun 2025 08:50AM UTC coverage: 71.734% (-1.3%) from 73.05%
15753714976

Pull #353

github

shoom3301
chore: fix comment
Pull Request #353: feat(bridge): specify deadline and nonce for cowshed call

592 of 879 branches covered (67.35%)

Branch coverage included in aggregate %.

13 of 13 new or added lines in 5 files covered. (100.0%)

23 existing lines in 6 files now uncovered.

1253 of 1693 relevant lines covered (74.01%)

16.66 hits per line

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

0.0
/src/test/utils.ts
1
import { jsonWithBigintReplacer } from '../common/utils/serialize'
2

3
function serialize(obj: unknown): string {
UNCOV
4
  return JSON.stringify(obj, jsonWithBigintReplacer, 2)
×
5
}
6

7
export function expectToEqual(actual: unknown, expected: unknown) {
UNCOV
8
  expect(serialize(actual)).toEqual(serialize(expected))
×
9
}
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