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

electrode-io / electrode-native / 7343

26 Jul 2024 10:59PM UTC coverage: 60.248% (-0.06%) from 60.304%
7343

push

Azure Pipelines

web-flow
Merge pull request #1911 from rthic23/add-mjs-extn

Add mjs extension to metroConfig

3806 of 7651 branches covered (49.75%)

Branch coverage included in aggregate %.

9918 of 15128 relevant lines covered (65.56%)

551.67 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✔
5
  const codePushInitConfig = getCodePushInitConfig();
×
6
  if (!codePushInitConfig || !codePushInitConfig.accessKey) {
×
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