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 segregate] Target Link friend module #130

Closed coder137 closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #130 (9c1c918) into main (e30ee58) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #130      +/-   ##
==========================================
+ Coverage   99.15%   99.16%   +0.01%     
==========================================
  Files          41       42       +1     
  Lines        1056     1066      +10     
  Branches      326      324       -2     
==========================================
+ Hits         1047     1057      +10     
  Partials        9        9              
Impacted Files Coverage Δ
buildcc/lib/target/src/target/target.cpp 100.00% <ø> (ø)
...dcc/lib/target/include/target/friend/link_target.h 100.00% <100.00%> (ø)
buildcc/lib/target/include/target/target.h 98.11% <100.00%> (-0.07%) :arrow_down:
buildcc/lib/target/src/target/build.cpp 91.89% <100.00%> (+0.23%) :arrow_up:
...ildcc/lib/target/src/target/friend/link_target.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 e30ee58...9c1c918. Read the comment docs.