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

electrode-io / electrode-native / 7404

09 Jul 2025 02:03AM UTC coverage: 60.293% (-0.01%) from 60.306%
7404

push

Azure Pipelines

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

Upgrade ERN to support RN 0.77

3838 of 7732 branches covered (49.64%)

Branch coverage included in aggregate %.

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

17 existing lines in 9 files now uncovered.

9992 of 15206 relevant lines covered (65.71%)

547.35 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