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

safe-global / safe-client-gateway / 8630594257

10 Apr 2024 11:38AM UTC coverage: 45.232% (-47.6%) from 92.862%
8630594257

Pull #1369

github

iamacook
Only store signer address in JWT payload
Pull Request #1369: Add `AuthGuard`

293 of 2225 branches covered (13.17%)

Branch coverage included in aggregate %.

4 of 9 new or added lines in 3 files covered. (44.44%)

2495 existing lines in 237 files now uncovered.

3540 of 6249 relevant lines covered (56.65%)

8.62 hits per line

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

25.0
/src/domain/errors/data-source.error.ts
1
/**
2
 * Represents errors which originated from a DataSource.
3
 *
4
 * It optionally includes a {@link code} to identify the characteristics of
5
 * the error.
6
 *
7
 * {@link message} should contain no sensitive information as this error
8
 * can be exposed on the route level
9
 */
10
export class DataSourceError extends Error {
16✔
11
  constructor(
UNCOV
12
    readonly message: string,
×
UNCOV
13
    readonly code?: number,
×
14
  ) {
UNCOV
15
    super();
×
16
  }
17
}
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