lefticus / json2cpp

Compiles JSON into static constexpr C++ data structures with nlohmann::json API
MIT License
259 stars 16 forks source link

Use cppcheck 2.6 instead of default #7

Closed lefticus closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #7 (9adb1b2) into main (78b075c) will increase coverage by 9.51%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #7      +/-   ##
==========================================
+ Coverage   64.49%   74.00%   +9.51%     
==========================================
  Files           8        5       -3     
  Lines         414      277     -137     
  Branches      256        0     -256     
==========================================
- Hits          267      205      -62     
  Misses         72       72              
+ Partials       75        0      -75     
Flag Coverage Δ
Linux ?
Windows 74.00% <ø> (ø)
macOS ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
include/json2cpp/constexpr_json.hpp 76.74% <0.00%> (-1.83%) :arrow_down:
include/json2cpp/json2cpp_adapter.hpp 58.40% <0.00%> (-0.23%) :arrow_down:
test/constexpr_tests.cpp 100.00% <0.00%> (ø)
src/json2cpp.hpp
src/json2cpp.cpp
src/main.cpp
test/valijson_tests.cpp 100.00% <0.00%> (+10.00%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 78b075c...9adb1b2. Read the comment docs.