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

mongodb-js / devtools-shared / 15968604837

30 Jun 2025 09:02AM UTC coverage: 72.766%. First build
15968604837

Pull #554

github

lerouxb
bump ts to match reality
Pull Request #554: fix: explicitly specify and bump typescript related deps, fix debug filtering

1504 of 2344 branches covered (64.16%)

Branch coverage included in aggregate %.

0 of 1 new or added line in 1 file covered. (0.0%)

3244 of 4181 relevant lines covered (77.59%)

595.49 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