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

Refactoring getter apis #178

Closed coder137 closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #178 (ab76ce5) into main (f54bbf0) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #178   +/-   ##
=======================================
  Coverage   99.30%   99.30%           
=======================================
  Files          55       55           
  Lines        1719     1720    +1     
  Branches      463      463           
=======================================
+ Hits         1707     1708    +1     
  Partials       12       12           
Impacted Files Coverage Δ
buildcc/lib/target/include/target/common/path.h 100.00% <ø> (ø)
buildcc/lib/target/include/target/common/util.h 50.00% <ø> (ø)
.../lib/target/include/target/friend/compile_object.h 100.00% <ø> (ø)
buildcc/lib/target/include/target/generator.h 100.00% <ø> (ø)
buildcc/lib/target/include/target/target.h 100.00% <ø> (ø)
.../lib/target/include/target/base/generator_loader.h 100.00% <100.00%> (ø)
buildcc/lib/target/src/api/target_info_getter.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/common/util.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/target/build.cpp 92.50% <100.00%> (+0.19%) :arrow_up:
...cc/lib/target/src/target/friend/compile_object.cpp 100.00% <100.00%> (ø)
... and 4 more

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 f54bbf0...ab76ce5. Read the comment docs.