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

mongodb-js / devtools-shared / 14333329172

08 Apr 2025 12:19PM UTC coverage: 72.194%. First build
14333329172

Pull #526

github

lerouxb
reformat unrelated code
Pull Request #526: fix(mongodb-cloud-info): if the host's IP is not in a cloud's range, check if the CNAME resolves to AWS. COMPASS-8932

1444 of 2269 branches covered (63.64%)

Branch coverage included in aggregate %.

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

3071 of 3985 relevant lines covered (77.06%)

636.56 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