Skip to content

feat: [ut] New plugin for unit test #1884

feat: [ut] New plugin for unit test

feat: [ut] New plugin for unit test #1884

Triggered via pull request January 7, 2025 07:48
@KakueeenKakueeen
synchronize #1030
Status Success
Total duration 4m 6s
Artifacts

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
cppcheck: src/common/util/spinnerpainter.cpp#L7
Include file: <QtMath> not found. Please note: Cppcheck does not need standard library headers to get proper results.
cppcheck: src/common/util/spinnerpainter.cpp#L8
Include file: <QPainterPath> not found. Please note: Cppcheck does not need standard library headers to get proper results.
cppcheck: src/common/util/spinnerpainter.cpp#L70
The function 'stopAnimation' is never used.
cppcheck: src/common/util/spinnerpainter.h#L8
Include file: <QPainter> not found. Please note: Cppcheck does not need standard library headers to get proper results.
cppcheck: src/common/util/spinnerpainter.h#L9
Include file: <QTimer> not found. Please note: Cppcheck does not need standard library headers to get proper results.
cppcheck: src/common/util/spinnerpainter.h#L11
Include file: <functional> not found. Please note: Cppcheck does not need standard library headers to get proper results.
cppcheck: src/plugins/aimanager/openai/openaicompatiblellm.cpp#L72
Class 'OpenAiCompatibleLLMPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s).
cppcheck: src/plugins/aimanager/openai/openaicompatiblellm.cpp#L72
Class 'OpenAiCompatibleLLMPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s).
cppcheck: src/plugins/smartut/common/itemnode.cpp#L6
Include file: "utils/utils.h" not found.
cppcheck: src/plugins/smartut/common/itemnode.cpp#L8
Include file: "common/util/qtcassert.h" not found.