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

electrode-io / electrode-native / 7485

24 Oct 2025 12:58AM UTC coverage: 60.301% (+0.2%) from 60.075%
7485

push

Azure Pipelines

r0h0gg6
Merge pull request #1918 from electrode-io/cuid2-fix-2

Update yarn.lock

3842 of 7734 branches covered (49.68%)

Branch coverage included in aggregate %.

2 of 5 new or added lines in 1 file covered. (40.0%)

29 existing lines in 6 files now uncovered.

9994 of 15211 relevant lines covered (65.7%)

547.18 hits per line

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

27.27
/ern-core/src/getCodePushSdk.ts
1
import { getCodePushInitConfig } from './getCodePushInitConfig';
24✔
2
import CodePushSdk from './CodePushSdk';
24✔
3

4
export default function getCodePushSdk() {
24✔
UNCOV
5
  const codePushInitConfig = getCodePushInitConfig();
×
UNCOV
6
  if (!codePushInitConfig || !codePushInitConfig.accessKey) {
×
UNCOV
7
    throw new Error('Unable to get the CodePush config to use');
×
8
  }
9
  return new CodePushSdk(codePushInitConfig);
×
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

© 2026 Coveralls, Inc