Fix/qall control btn #7727
main.yml
on: pull_request
check npm install
38s
run lint
26s
run format
31s
run type-check
34s
run build
40s
run test:e2e
1m 10s
Upload coverage to Codecov
6s
Annotations
12 errors and 18 warnings
run lint
Process completed with exit code 1.
|
run format
Process completed with exit code 1.
|
run type-check:
src/components/Main/MainView/QallView/UserList.vue#L27
Object literal may only specify known properties, and 'participantIdentity' does not exist in type '{ readonly trackInfo: TrackInfo; } & VNodeProps & AllowedComponentProps & ComponentCustomProps'.
|
run type-check:
src/components/Main/MainView/QallView/VideoTrack.vue#L39
Property 'participantIdentity' does not exist on type '{ $style: Record<string, string> & { video: string; NameLabel: string; UserCard: string; }; $: ComponentInternalInstance; $data: {}; $props: { readonly trackInfo: TrackInfo; } & VNodeProps & AllowedComponentProps & ComponentCustomProps; ... 20 more ...; $router: Router; }'.
|
run type-check:
src/components/Main/MainView/QallView/VideoTrack.vue#L48
Property 'participantIdentity' does not exist on type '{ $style: Record<string, string> & { video: string; NameLabel: string; UserCard: string; }; $: ComponentInternalInstance; $data: {}; $props: { readonly trackInfo: TrackInfo; } & VNodeProps & AllowedComponentProps & ComponentCustomProps; ... 20 more ...; $router: Router; }'.
|
run type-check:
src/components/Main/NavigationBar/EphemeralNavigationContent/QallController/QallDetailsPanel.vue#L48
Variable 'users' implicitly has type 'any[]' in some locations where its type cannot be determined.
|
run type-check:
src/components/Main/NavigationBar/NavigationContent/HomeTab.vue#L74
Variable 'qallingChannels' implicitly has type 'any[]' in some locations where its type cannot be determined.
|
run type-check:
src/views/Settings/QallTab.vue#L12
Property 'isEnabled' does not exist on type '{ $state: { isTtsEnabled: boolean; voiceName: string; voicePitch: number; voiceRate: number; voiceVolume: number; }; $patch: { (partialState: _DeepPartial<{ isTtsEnabled: boolean; voiceName: string; voicePitch: number; voiceRate: number; voiceVolume: number; }>): void; <F extends (state: { ...; }) => any>(stateMutat...'. Did you mean 'isTtsEnabled'?
|
run type-check:
src/views/Settings/QallTab.vue#L15
Property 'isEnabled' does not exist on type '{ $state: { isTtsEnabled: boolean; voiceName: string; voicePitch: number; voiceRate: number; voiceVolume: number; }; $patch: { (partialState: _DeepPartial<{ isTtsEnabled: boolean; voiceName: string; voicePitch: number; voiceRate: number; voiceVolume: number; }>): void; <F extends (state: { ...; }) => any>(stateMutat...'. Did you mean 'isTtsEnabled'?
|
run type-check:
src/views/Settings/QallTab.vue#L65
Property 'audioInputDeviceId' does not exist on type '{ $state: { isTtsEnabled: boolean; voiceName: string; voicePitch: number; voiceRate: number; voiceVolume: number; }; $patch: { (partialState: _DeepPartial<{ isTtsEnabled: boolean; voiceName: string; voicePitch: number; voiceRate: number; voiceVolume: number; }>): void; <F extends (state: { ...; }) => any>(stateMutat...'.
|
run type-check:
src/views/Settings/QallTab.vue#L76
Property 'audioOutputDeviceId' does not exist on type '{ $state: { isTtsEnabled: boolean; voiceName: string; voicePitch: number; voiceRate: number; voiceVolume: number; }; $patch: { (partialState: _DeepPartial<{ isTtsEnabled: boolean; voiceName: string; voicePitch: number; voiceRate: number; voiceVolume: number; }>): void; <F extends (state: { ...; }) => any>(stateMutat...'.
|
run type-check:
src/views/Settings/QallTab.vue#L85
Property 'masterVolume' does not exist on type '{ $state: { isTtsEnabled: boolean; voiceName: string; voicePitch: number; voiceRate: number; voiceVolume: number; }; $patch: { (partialState: _DeepPartial<{ isTtsEnabled: boolean; voiceName: string; voicePitch: number; voiceRate: number; voiceVolume: number; }>): void; <F extends (state: { ...; }) => any>(stateMutat...'.
|
check npm install
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
run lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
run lint:
src/components/Main/MainView/QallView/QallView.vue#L53
Unexpected console statement
|
run lint:
src/components/Main/MainView/QallView/QallView.vue#L78
Unexpected console statement
|
run lint:
src/components/Main/MainView/QallView/QallView.vue#L105
Unexpected console statement
|
run lint:
src/components/Main/MainView/QallView/QallView.vue#L111
Unexpected console statement
|
run lint:
src/components/Main/MainView/QallView/QallView.vue#L115
Unexpected console statement
|
run lint:
src/components/Main/MainView/QallView/QallView.vue#L119
Unexpected console statement
|
run lint:
src/components/Main/MainView/QallView/ScreenShareComponent.vue#L2
'ref' is defined but never used
|
run lint:
src/components/Main/MainView/QallView/ScreenShareComponent.vue#L2
'watchEffect' is defined but never used
|
run lint:
src/components/Main/NavigationBar/EphemeralNavigationContent/EphemeralNavigationContent.vue#L18
'DraftList' is defined but never used
|
run lint:
src/store/app/rtcSettings.ts#L3
'getVuexData' is defined but never used
|
run format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
run type-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
run build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
run test:unit
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Upload coverage to Codecov
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
run test:e2e
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
coverage
|
2.01 MB |
|