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

atlanticwave-sdx / datamodel / 13401295983

18 Feb 2025 10:33PM UTC coverage: 82.026% (+0.05%) from 81.98%
13401295983

push

github

web-flow
Merge pull request #171 from atlanticwave-sdx/remove-dup-const

Remove duplicate const

0 of 1 new or added line in 1 file covered. (0.0%)

1474 of 1797 relevant lines covered (82.03%)

1.64 hits per line

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

0.0
/src/sdx_datamodel/constants.py
1
class MongoCollections:
×
2
    TOPOLOGIES = "topologies"
×
3
    CONNECTIONS = "connections"
×
4
    BREAKDOWNS = "breakdowns"
×
5
    DOMAINS = "domains"
×
6
    LINKS = "links"
×
7
    HISTORICAL_CONNECTIONS = "historical_connections"
×
8

9

10
class Constants:
×
11
    DOMAIN_LIST = "domain_list"
×
12
    LINK_CONNECTIONS_DICT = "link_connections_dict"
×
NEW
13
    LATEST_TOPOLOGY = "latest_topology"
×
14
    LATEST_TOPOLOGY_TS = "latest_topology_ts"
×
15
    TOPOLOGY_VERSION = "topology_version"
×
16

17

18
class MessageQueueNames:
×
19
    OXP_UPDATE = "oxp_update"
×
20
    CONNECTIONS = "connections"
×
21
    SDX_QUEUE_1 = "sdx_queue_1"
×
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