Skip to content

chore: add tests project #49

chore: add tests project

chore: add tests project #49

Triggered via pull request March 24, 2025 09:01
@Johnson-zsJohnson-zs
synchronize #38
Status Success
Total duration 35s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

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.