Skip to content

feat: replace netrc with json #37

feat: replace netrc with json

feat: replace netrc with json #37

Triggered via push December 18, 2024 10:28
Status Failure
Total duration 22s
Artifacts

test.yml

on: push
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

10 errors
src/creds.test.ts > creds > getNetrcFilePath > should return the correct path on Unix-like systems when HOME is set: src/creds.test.ts#L43
TypeError: getNetrcFilePath is not a function ❯ src/creds.test.ts:43:22
src/creds.test.ts > creds > getNetrcFilePath > should use process.cwd() when home directory is not set: src/creds.test.ts#L77
TypeError: getNetrcFilePath is not a function ❯ src/creds.test.ts:77:22
src/creds.test.ts > creds > getNetrcFilePath > should use process.cwd() when HOME is empty: src/creds.test.ts#L95
TypeError: getNetrcFilePath is not a function ❯ src/creds.test.ts:95:22
src/creds.test.ts > creds > getNetrcFilePath > should handle Windows platform when USERPROFILE is not set: src/creds.test.ts#L113
TypeError: getNetrcFilePath is not a function ❯ src/creds.test.ts:113:22
src/creds.test.ts > creds > getNetrcCredentials > should return empty object if .netrc file does not exist: src/creds.test.ts#L121
TypeError: getNetrcCredentials is not a function ❯ src/creds.test.ts:121:27
src/creds.test.ts > creds > getNetrcCredentials > should return the parsed content of .netrc file: src/creds.test.ts#L132
TypeError: getNetrcCredentials is not a function ❯ src/creds.test.ts:132:33
src/creds.test.ts > creds > addNetrcEntry > should add a new entry to an empty .netrc file: src/creds.test.ts#L148
TypeError: addNetrcEntry is not a function ❯ src/creds.test.ts:148:13
src/creds.test.ts > creds > removeNetrcEntry > should remove an entry from .netrc file: src/creds.test.ts#L175
TypeError: removeNetrcEntry is not a function ❯ src/creds.test.ts:175:13
src/creds.test.ts > creds > removeAllNetrcEntries > should remove all entries from .netrc file: src/creds.test.ts#L192
TypeError: removeAllNetrcEntries is not a function ❯ src/creds.test.ts:192:13