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

electrode-io / electrode-native / 7528

24 Oct 2025 12:58AM UTC coverage: 56.546% (-3.5%) from 60.065%
7528

push

Azure Pipelines

r0h0gg6
Merge pull request #1918 from electrode-io/cuid2-fix-2

Update yarn.lock

3566 of 7725 branches covered (46.16%)

Branch coverage included in aggregate %.

2 of 5 new or added lines in 1 file covered. (40.0%)

568 existing lines in 37 files now uncovered.

9396 of 15198 relevant lines covered (61.82%)

524.78 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