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

euberdeveloper / mongo-cleaner / 4189407441

pending completion
4189407441

push

github

euberdeveloper
ci(test.yml): install mongodb-tools

75 of 86 branches covered (87.21%)

Branch coverage included in aggregate %.

626 of 721 relevant lines covered (86.82%)

3.7 hits per line

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

100.0
/source/lib/errors/mongoCleanerListDatabasesError.ts
1
import { MongoCleanerError } from './mongoCleanerError.js';
1✔
2

1✔
3
/** The error of mongo-cleaner when listing databases */
1✔
4
export class MongoCleanerListDatabasesError extends MongoCleanerError {
1✔
5
    /**
1✔
6
     * The constructor of the MongoCleanerListDatabasesError class.
1✔
7
     * @param message The message of the error.
1✔
8
     * @param triggerError The original error that triggered this error.
1✔
9
     */
1✔
10
    constructor(message?: string, triggerError?: Error) {
1✔
11
        super(message);
2✔
12
        this.name = 'MongoCleanerListDatabasesError';
2✔
13
        this.triggerError = triggerError ?? null;
2✔
14
    }
2✔
15
}
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

© 2026 Coveralls, Inc