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

electrode-io / electrode-native / 7496

24 Oct 2025 12:58AM UTC coverage: 60.018% (-0.05%) from 60.065%
7496

push

Azure Pipelines

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

Update yarn.lock

3819 of 7725 branches covered (49.44%)

Branch coverage included in aggregate %.

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

24 existing lines in 3 files now uncovered.

9939 of 15198 relevant lines covered (65.4%)

547.6 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