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

nikelborm / fetch-github-folder / 14737640294

29 Apr 2025 05:33PM UTC coverage: 84.576% (+0.2%) from 84.334%
14737640294

push

github

nikelborm
fucking finally normal .ts extensions

74 of 80 branches covered (92.5%)

Branch coverage included in aggregate %.

22 of 26 new or added lines in 10 files covered. (84.62%)

7 existing lines in 2 files now uncovered.

584 of 698 relevant lines covered (83.67%)

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