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

mongodb-js / devtools-shared / 15924074850

27 Jun 2025 10:24AM UTC coverage: 72.74%. First build
15924074850

Pull #552

github

lerouxb
shell-api is used at runtime
Pull Request #552: feat: bypass pulling the schema field from C['schema'] MONGOSH-2170

1498 of 2337 branches covered (64.1%)

Branch coverage included in aggregate %.

33 of 35 new or added lines in 3 files covered. (94.29%)

3241 of 4178 relevant lines covered (77.57%)

595.04 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