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

Copy by move #143

Closed coder137 closed 2 years ago

coder137 commented 2 years ago

Added Target::Copy overload for move i.e Target &&

codecov[bot] commented 2 years ago

Codecov Report

Merging #143 (d5e9612) into main (cf94cfd) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #143   +/-   ##
=======================================
  Coverage   99.07%   99.07%           
=======================================
  Files          43       43           
  Lines        1179     1182    +3     
  Branches      323      323           
=======================================
+ Hits         1168     1171    +3     
  Partials       11       11           
Impacted Files Coverage Δ
buildcc/lib/target/include/target/target.h 98.51% <ø> (ø)
buildcc/lib/target/src/target/pch.cpp 100.00% <ø> (ø)
buildcc/lib/target/src/target/build.cpp 93.02% <100.00%> (+0.34%) :arrow_up:
buildcc/lib/target/src/target/copy.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 cf94cfd...d5e9612. Read the comment docs.