Skip to content

[WIP/Conflicts] Merge remote-tracking branch 'origin/wip/metadata-pus… #300

[WIP/Conflicts] Merge remote-tracking branch 'origin/wip/metadata-pus…

[WIP/Conflicts] Merge remote-tracking branch 'origin/wip/metadata-pus… #300

Triggered via push October 31, 2024 20:43
Status Failure
Total duration 57m 2s
Artifacts

build-checks.yml

on: push
Matrix: build-checks
Fit to window
Zoom out
Zoom in

Annotations

23 errors and 1 warning
coverage: src/widget/wlibrarysidebar.cpp#L81
no match for ‘operator!=’ (operand types are ‘QModelIndex’ and ‘<unresolved overloaded function type>’)
coverage: src/widget/wlibrarysidebar.cpp#L82
no match for ‘operator=’ (operand types are ‘QModelIndex’ and ‘<unresolved overloaded function type>’)
coverage: src/widget/wlibrarysidebar.cpp#L83
cannot convert ‘<unresolved overloaded function type>’ to ‘const QModelIndex&’
coverage: src/widget/wlibrarysidebar.cpp#L120
qualified-id in declaration before ‘(’ token
coverage: src/widget/wlibrarysidebar.cpp#L130
qualified-id in declaration before ‘(’ token
coverage: src/widget/wlibrarysidebar.cpp#L140
qualified-id in declaration before ‘(’ token
coverage: src/widget/wlibrarysidebar.cpp#L159
qualified-id in declaration before ‘(’ token
coverage: src/widget/wlibrarysidebar.cpp#L178
qualified-id in declaration before ‘(’ token
coverage: src/widget/wlibrarysidebar.cpp#L192
qualified-id in declaration before ‘(’ token
coverage: src/widget/wlibrarysidebar.cpp#L211
qualified-id in declaration before ‘(’ token
clang-tidy
The job was canceled because "coverage" failed.
clang-tidy
The operation was canceled.
clazy
The job was canceled because "coverage" failed.
clazy: src/integrations/metadatapushmanager.cpp#L76
Missing reference on large type (sizeof QList<QPair<_Bool, TrackPointer> > is 24 bytes) [-Wclazy-function-args-by-ref]
clazy: src/library/trackset/crate/cratefeature.cpp#L1519
c++11 range-loop might detach Qt container (QHash) [-Wclazy-range-loop-detach]
clazy: src/widget/wlibrarysidebar.cpp#L81
invalid operands to binary expression ('QModelIndex' and 'char *(const char *, int) noexcept(true)')
clazy: src/widget/wlibrarysidebar.cpp#L82
no viable overloaded '='
clazy: src/widget/wlibrarysidebar.cpp#L83
reference to type 'const QModelIndex' could not bind to an lvalue of type 'char *(const char *, int) noexcept(true)'
clazy: src/widget/wlibrarysidebar.cpp#L120
function definition is not allowed here
clazy: src/widget/wlibrarysidebar.cpp#L130
function definition is not allowed here
clazy: src/widget/wlibrarysidebar.cpp#L140
function definition is not allowed here
clazy: src/widget/wlibrarysidebar.cpp#L159
function definition is not allowed here
clazy: src/widget/wlibrarysidebar.cpp#L178
function definition is not allowed here
clang-tidy: src/integrations/metadatapushmanager.cpp#L53
'auto pReply' can be declared as 'auto *pReply' [readability-qualified-auto]