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

nikelborm / fetch-github-folder / 12725602853

11 Jan 2025 03:54PM UTC coverage: 56.366% (+0.09%) from 56.279%
12725602853

push

github

nikelborm
quick save: Sat Jan 11 18:54:57 MSK 2025

45 of 56 branches covered (80.36%)

Branch coverage included in aggregate %.

0 of 2 new or added lines in 1 file covered. (0.0%)

318 of 588 relevant lines covered (54.08%)

2.71 hits per line

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

0.0
/src/getPathContents/requestRawRepoPathContentsFromGitHubAPI.ts
1
import { pipe } from 'effect';
×
2
import { ParseToReadableStream } from 'src/parseToReadableStream.js';
3
import { Repo } from '../repo.interface.js';
4
import { requestRepoPathContentsFromGitHubAPI } from './requestRepoPathContentsFromGitHubAPI.js';
5

6
export const requestRawRepoPathContentsFromGitHubAPI = ({
×
7
  repo,
×
8
  gitRef,
×
9
  path
×
10
}: {
×
11
  repo: Repo,
12
  path: string,
13
  gitRef?: string | undefined,
NEW
14
}) => ParseToReadableStream(
×
15
  requestRepoPathContentsFromGitHubAPI({
×
16
    repo,
×
17
    gitRef,
×
18
    format: "raw",
×
19
    streamBody: true,
×
20
    path
×
NEW
21
  })
×
22
);
×
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