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

electrode-io / electrode-native / 7435

01 Aug 2025 08:28PM UTC coverage: 60.315% (-0.09%) from 60.402%
7435

push

Azure Pipelines

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

Declare variants for publishing for AGP 8

3843 of 7732 branches covered (49.7%)

Branch coverage included in aggregate %.

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✔
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