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

nikelborm / fetch-github-folder / 14685764525

12 Mar 2025 08:34AM UTC coverage: 84.334% (+1.1%) from 83.239%
14685764525

push

github

nikelborm
actually fix tests

73 of 79 branches covered (92.41%)

Branch coverage included in aggregate %.

573 of 687 relevant lines covered (83.41%)

3.84 hits per line

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

0.0
/errors.ts
1
/**
2
 * @module
3
 */
4

5
export {
×
6
  GitHubApiAuthRatelimitedError,
7
  GitHubApiBadCredentialsError,
8
  GitHubApiCommonErrors,
9
  GitHubApiGeneralServerError,
10
  GitHubApiGeneralUserError,
11
  GitHubApiNoCommitFoundForGitRefError,
12
  GitHubApiRatelimitedError,
13
  GitHubApiRepoIsEmptyError,
14
  GitHubApiThingNotExistsOrYouDontHaveAccessError,
15
} from './src/commonErrors.js';
16
export * from './src/TaggedErrorVerifyingCause.js';
×
17
export { FailedToCastDataToReadableStreamError } from './src/castToReadableStream.js';
×
18
export {
×
19
  FailedToParseGitLFSInfoError,
20
  FailedToParseResponseFromRepoPathContentsMetaInfoAPIError,
21
  InconsistentExpectedAndRealContentSizeError,
22
} from './src/getPathContents/index.js';
23
export { FailedToUnpackRepoFolderTarGzStreamToFsError } from './src/unpackRepoFolderTarGzStreamToFs.js';
×
24
export { FailedToWriteFileStreamToDestinationPathError } from './src/writeFileStreamToDestinationPath.js';
×
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