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

electrode-io / electrode-native / 7575

08 Apr 2026 06:30AM UTC coverage: 56.617% (-11.2%) from 67.826%
7575

push

Azure Pipelines

r0h0gg6
Update lerna publish to avoid npm classic token deprec

3601 of 7762 branches covered (46.39%)

Branch coverage included in aggregate %.

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✔
4
  'Electrode Native Supports following keys :\n' +
×
5
  availableUserConfigKeys
6
    .map(
7
      (e) =>
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