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

cameri / nostream / 25601018106

09 May 2026 12:22PM UTC coverage: 33.99% (-31.1%) from 65.107%
25601018106

Pull #615

github

web-flow
Merge 1ef509ec3 into 36e5af87e
Pull Request #615: test: add unit tests for remaining app workers (#489)

788 of 3170 branches covered (24.86%)

Branch coverage included in aggregate %.

0 of 8 new or added lines in 2 files covered. (0.0%)

1822 existing lines in 87 files now uncovered.

2352 of 6068 relevant lines covered (38.76%)

13.55 hits per line

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

0.0
/src/cli/utils/paths.ts
UNCOV
1
import { join } from 'path'
×
2

UNCOV
3
export const getProjectRoot = (): string => process.cwd()
×
4

UNCOV
5
export const getProjectPath = (...parts: string[]): string => join(getProjectRoot(), ...parts)
×
6

UNCOV
7
export const getConfigBaseDir = (): string => process.env.NOSTR_CONFIG_DIR ?? getProjectPath('.nostr')
×
8

UNCOV
9
export const getSettingsFilePath = (): string => join(getConfigBaseDir(), 'settings.yaml')
×
10

UNCOV
11
export const getDefaultSettingsFilePath = (): string => getProjectPath('resources', 'default-settings.yaml')
×
12

UNCOV
13
export const getEnvFilePath = (): string => getProjectPath('.env')
×
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