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

mongodb-js / mongodb-mcp-server / 14735750222

29 Apr 2025 03:54PM UTC coverage: 78.141%. First build
14735750222

Pull #167

github

fmenezes
fix: issue template with title twice
Pull Request #167: fix: issue template with title twice

134 of 244 branches covered (54.92%)

Branch coverage included in aggregate %.

774 of 918 relevant lines covered (84.31%)

39.05 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

© 2025 Coveralls, Inc