Skip to content

feat:[test] add tag ut #1949

feat:[test] add tag ut

feat:[test] add tag ut #1949

Triggered via pull request July 24, 2023 08:45
@pppanghu77pppanghu77
synchronize #1239
Status Success
Total duration 1m 7s
Artifacts

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
cppcheck: tests/plugins/common/dfmplugin-tag/utils/ut_anythingmonitorfilter.cpp#L17
The class 'AnythingMonitorFilterTest' does not declare a constructor although it has private member variables. Member variables of builtin types are left uninitialized when the class is instantiated. That may cause bugs or undefined behavior.
cppcheck: tests/plugins/common/dfmplugin-tag/utils/ut_tagmanager.cpp#L28
The class 'TagManagerTest' does not declare a constructor although it has private member variables. Member variables of builtin types are left uninitialized when the class is instantiated. That may cause bugs or undefined behavior.