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

electrode-io / electrode-native / 7427

01 Aug 2025 08:28PM UTC coverage: 60.013% (-0.4%) from 60.402%
7427

push

Azure Pipelines

web-flow
Merge pull request #1915 from r0h0gg6/container-android-publishing-fix

Declare variants for publishing for AGP 8

3818 of 7723 branches covered (49.44%)

Branch coverage included in aggregate %.

9937 of 15197 relevant lines covered (65.39%)

547.62 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