chore: add tests project #50
Triggered via pull request
March 24, 2025 09:30
Johnson-zs
synchronize
#38
Status
Success
Total duration
1m 38s
Artifacts
–
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
|
cppcheck:
tests/main.cpp#L8
Include file: <QCommandLineOption> not found. Please note: Cppcheck does not need standard library headers to get proper results.
|
|
cppcheck:
tests/main.cpp#L7
Include file: <QCommandLineParser> not found. Please note: Cppcheck does not need standard library headers to get proper results.
|
|
cppcheck:
tests/main.cpp#L6
Include file: <QCoreApplication> not found. Please note: Cppcheck does not need standard library headers to get proper results.
|
|
cppcheck:
tests/main.cpp#L5
Include file: "docparser.h" not found.
|
|
cppcheck:
src/docparser.cpp#L25
Include file: <algorithm> not found. Please note: Cppcheck does not need standard library headers to get proper results.
|
|
cppcheck:
src/docparser.cpp#L24
Include file: <string_view> not found. Please note: Cppcheck does not need standard library headers to get proper results.
|
|
cppcheck:
src/docparser.cpp#L23
Include file: <unordered_map> not found. Please note: Cppcheck does not need standard library headers to get proper results.
|
|
cppcheck:
src/docparser.cpp#L22
Include file: <unordered_set> not found. Please note: Cppcheck does not need standard library headers to get proper results.
|
|
cppcheck:
src/docparser.cpp#L21
Include file: <cstring> not found. Please note: Cppcheck does not need standard library headers to get proper results.
|
|
cppcheck:
src/docparser.cpp#L20
Include file: <iostream> not found. Please note: Cppcheck does not need standard library headers to get proper results.
|