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

[Target segregation] Object friend module #129

Closed coder137 closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #129 (c29fc3e) into main (cd370c0) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #129      +/-   ##
==========================================
+ Coverage   99.14%   99.15%   +0.01%     
==========================================
  Files          40       41       +1     
  Lines        1041     1056      +15     
  Branches      324      326       +2     
==========================================
+ Hits         1032     1047      +15     
  Partials        9        9              
Impacted Files Coverage Δ
.../lib/target/include/target/friend/compile_object.h 100.00% <100.00%> (ø)
...dcc/lib/target/include/target/friend/compile_pch.h 100.00% <100.00%> (ø)
buildcc/lib/target/include/target/target.h 98.18% <100.00%> (ø)
buildcc/lib/target/src/target/build.cpp 91.67% <100.00%> (-0.23%) :arrow_down:
...cc/lib/target/src/target/friend/compile_object.cpp 100.00% <100.00%> (ø)
...ildcc/lib/target/src/target/friend/compile_pch.cpp 96.43% <100.00%> (ø)
buildcc/lib/target/src/target/link_target.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/target/source.cpp 100.00% <100.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 cd370c0...c29fc3e. Read the comment docs.