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

mongodb-js / devtools-shared / 16075629413

04 Jul 2025 02:09PM UTC coverage: 72.576%. First build
16075629413

Pull #559

github

lerouxb
add events.js
Pull Request #559: chore: test that autocomplete works without the fallback, re-order the tests

1508 of 2362 branches covered (63.84%)

Branch coverage included in aggregate %.

6 of 9 new or added lines in 1 file covered. (66.67%)

3253 of 4198 relevant lines covered (77.49%)

592.27 hits per line

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

33.33
/packages/monorepo-tools/src/utils/find-monorepo-root.ts
1
import findUp from 'find-up';
1✔
2
import path from 'path';
1✔
3

4
export async function findMonorepoRoot() {
1✔
5
  const packagePath = await findUp('package-lock.json');
×
6
  if (!packagePath) {
×
7
    throw new Error('Could not find monorepo root package-lock file');
×
8
  }
9
  return path.dirname(packagePath);
×
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

© 2025 Coveralls, Inc