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

nikelborm / fetch-github-folder / 12721107228

11 Jan 2025 04:15AM UTC coverage: 56.192% (-0.8%) from 57.003%
12721107228

push

github

nikelborm
save

45 of 56 branches covered (80.36%)

Branch coverage included in aggregate %.

104 of 129 new or added lines in 6 files covered. (80.62%)

10 existing lines in 2 files now uncovered.

318 of 590 relevant lines covered (53.9%)

2.7 hits per line

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

0.0
/src/getPathContents/requestRawRepoPathContentsFromGitHubAPI.ts
NEW
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

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