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

electrode-io / electrode-native / 7412

09 Jul 2025 02:03AM UTC coverage: 60.024% (-0.3%) from 60.306%
7412

push

Azure Pipelines

web-flow
Merge pull request #1914 from r0h0gg6/upgrade-rn-0.77

Upgrade ERN to support RN 0.77

3818 of 7723 branches covered (49.44%)

Branch coverage included in aggregate %.

41 of 91 new or added lines in 11 files covered. (45.05%)

11 existing lines in 5 files now uncovered.

9937 of 15193 relevant lines covered (65.41%)

547.76 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