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

safe-global / safe-client-gateway / 8704389483

16 Apr 2024 10:55AM UTC coverage: 92.659% (-0.4%) from 93.068%
8704389483

Pull #1412

github

hectorgomezv
Merge branch 'main' into add-queues-api
Pull Request #1412: Add QueuesApi datasource

1904 of 2301 branches covered (82.75%)

Branch coverage included in aggregate %.

15 of 53 new or added lines in 6 files covered. (28.3%)

2 existing lines in 2 files now uncovered.

6805 of 7098 relevant lines covered (95.87%)

308.42 hits per line

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

0.0
/src/domain/interfaces/queue-readiness.interface.ts
NEW
1
export const QueueReadiness = Symbol('IQueueReadiness');
×
2

3
export interface IQueueReadiness {
4
  /**
5
   * Checks if the configured queue consumer is connected.
6
   *
7
   * @returns true if the underlying queue consumer is connected to the AMQP server.
8
   */
9
  isReady(): boolean;
10
}
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