Skip to content

refactor(api): use @octokit/types REST schema type #2091

refactor(api): use @octokit/types REST schema type

refactor(api): use @octokit/types REST schema type #2091

Triggered via pull request December 24, 2025 06:26
Status Failure
Total duration 1m 6s
Artifacts

ci.yml

on: pull_request
Prepare CI
4s
Prepare CI
Lint App  /  biomejs
16s
Lint App / biomejs
Tests  /  Run Tests
39s
Tests / Run Tests
Tests  /  SonarQube Cloud Analysis
0s
Tests / SonarQube Cloud Analysis
Build  /  Build Linux (electron-builder)
Build / Build Linux (electron-builder)
Build  /  Build Windows (electron-builder)
Build / Build Windows (electron-builder)
Build  /  Build macOS (electron-builder)
Build / Build macOS (electron-builder)
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Tests / Run Tests
Process completed with exit code 2.
Tests / Run Tests: src/renderer/utils/auth/utils.ts#L17
Module '"../../typesGitHub"' has no exported member 'UserDetails'.
Tests / Run Tests: src/renderer/utils/api/client.ts#L17
Module '"../../typesGitHub"' has no exported member 'UserDetails'.
Tests / Run Tests: src/renderer/utils/api/__mocks__/response-mocks.ts#L74
Type '{ id: number; node_id: string; name: string; full_name: string; url: Link; owner: { login: string; id: number; node_id: string; avatar_url: Link; gravatar_id: string; url: Link; html_url: Link; followers_url: Link; ... 9 more ...; site_admin: false; }; ... 39 more ...; trees_url: Link; }' is not assignable to type '{ id: number; node_id: string; name: string; full_name: string; owner: { name?: string; email?: string; login: string; id: number; node_id: string; avatar_url: string; gravatar_id: string; url: string; ... 13 more ...; user_view_type?: string; }; ... 82 more ...; custom_properties?: { ...; }; } & { ...; } & { ...; }'.
Tests / Run Tests: src/renderer/utils/api/__mocks__/response-mocks.ts#L6
Module '"../../../typesGitHub"' has no exported member 'User'.
Tests / Run Tests: src/renderer/__mocks__/user-mocks.ts#L2
Module '"../typesGitHub"' has no exported member 'User'.