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

electrode-io / electrode-native / 7608

29 Apr 2026 07:06PM UTC coverage: 67.788% (-0.05%) from 67.836%
7608

push

Azure Pipelines

web-flow
Merge pull request #1925 from electrode-io/npm-packages-security-audit-fixes

Fixed critical CVE for npm packages

4523 of 7766 branches covered (58.24%)

Branch coverage included in aggregate %.

9 of 10 new or added lines in 5 files covered. (90.0%)

8 existing lines in 3 files now uncovered.

11077 of 15247 relevant lines covered (72.65%)

666.6 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';
98✔
2
import CodePushSdk from './CodePushSdk';
98✔
3

4
export default function getCodePushSdk() {
98✔
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