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

safe-global / safe-client-gateway / 13035741078

29 Jan 2025 04:22PM UTC coverage: 90.648% (-0.3%) from 90.931%
13035741078

Pull #2313

github

iamacook
Adjust builders for `DataDecoded`
Pull Request #2313: Add datasource for Safe Decoder Service

2928 of 3542 branches covered (82.67%)

Branch coverage included in aggregate %.

43 of 90 new or added lines in 11 files covered. (47.78%)

1 existing line in 1 file now uncovered.

9741 of 10434 relevant lines covered (93.36%)

504.11 hits per line

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

0.0
/src/domain/interfaces/data-decoder-api.manager.interface.ts
1
import type { IApiManager } from '@/domain/interfaces/api.manager.interface';
2
import type { IDataDecoderApi } from '@/domain/interfaces/data-decoder-api.interface';
3

NEW
4
export const IDataDecoderApiManager = Symbol('IDataDecoderApiManager');
×
5

6
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
7
export interface IDataDecoderApiManager extends IApiManager<IDataDecoderApi> {}
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