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

mongodb-js / mongodb-mcp-server / 14714557796

28 Apr 2025 05:59PM UTC coverage: 82.713%. First build
14714557796

Pull #151

github

blva
chore: default telemetry
Pull Request #151: chore: default telemetry

142 of 235 branches covered (60.43%)

Branch coverage included in aggregate %.

791 of 893 relevant lines covered (88.58%)

48.19 hits per line

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

75.0
/src/errors.ts
1
export enum ErrorCodes {
31✔
2
    NotConnectedToMongoDB = 1_000_000,
31✔
3
    MisconfiguredConnectionString = 1_000_001,
31✔
4
}
5

6
export class MongoDBError extends Error {
31✔
7
    constructor(
8
        public code: ErrorCodes,
×
9
        message: string
10
    ) {
11
        super(message);
×
12
    }
13
}
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