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

electrode-io / electrode-native / 7592

29 Apr 2026 07:06PM UTC coverage: 56.607% (-11.2%) from 67.836%
7592

push

Azure Pipelines

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

Fixed critical CVE for npm packages

3601 of 7766 branches covered (46.37%)

Branch coverage included in aggregate %.

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

1659 existing lines in 113 files now uncovered.

9426 of 15247 relevant lines covered (61.82%)

523.13 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

50.0
/ern-local-cli/src/lib/platformSupportedConfigAsString.ts
1
import { availableUserConfigKeys } from 'ern-orchestrator';
1✔
2

3
export const platformSupportedConfigAsString = () =>
1✔
UNCOV
4
  'Electrode Native Supports following keys :\n' +
×
5
  availableUserConfigKeys
6
    .map(
7
      (e) =>
UNCOV
8
        `${e.name.padEnd(15)} : ${e.desc.padEnd(60)}  [${e.values.join('|')}]`,
×
9
    )
10
    .join('\n') +
11
  '\n\n';
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