coder137 / build_in_cpp

Build C, C++ and ASM files in C++
https://coder137.github.io/build_in_cpp/
Apache License 2.0
50 stars 2 forks source link

[CRTP] Target getter #156

Closed coder137 closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #156 (befb9c6) into main (2a27135) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #156      +/-   ##
==========================================
+ Coverage   99.10%   99.12%   +0.02%     
==========================================
  Files          48       49       +1     
  Lines        1224     1245      +21     
  Branches      325      325              
==========================================
+ Hits         1213     1234      +21     
  Partials       11       11              
Impacted Files Coverage Δ
buildcc/lib/target/include/target/target.h 100.00% <ø> (ø)
...ildcc/lib/target/include/target/generator_loader.h 100.00% <100.00%> (ø)
...ildcc/lib/target/include/target/loader_interface.h 100.00% <100.00%> (ø)
buildcc/lib/target/include/target/target_loader.h 100.00% <100.00%> (ø)
buildcc/lib/target/src/api/target_getter.cpp 100.00% <100.00%> (ø)
...dcc/lib/target/include/target/friend/compile_pch.h 100.00% <0.00%> (ø)

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 2a27135...befb9c6. Read the comment docs.