Skip to content

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

feat: [ut] New plugin for unit test

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

Triggered via pull request January 16, 2025 02:09
@KakueeenKakueeen
synchronize #1030
Status Success
Total duration 4m 3s
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#L76
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#L76
Class 'OpenAiCompatibleLLMPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s).
cppcheck: src/plugins/builder/mainframe/buildmanager.cpp#L16
Include file: "tasks/taskmodel.h" not found.
cppcheck: src/plugins/builder/mainframe/buildmanager.cpp#L17
Include file: "common/util/utils.h" not found.