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 task state #165

Closed coder137 closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #165 (9351cde) into main (ca1d8ae) will increase coverage by 0.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #165      +/-   ##
==========================================
+ Coverage   99.23%   99.29%   +0.05%     
==========================================
  Files          52       53       +1     
  Lines        1434     1542     +108     
  Branches      368      403      +35     
==========================================
+ Hits         1423     1531     +108     
  Partials       11       11              
Impacted Files Coverage Δ
.../lib/target/include/target/friend/compile_object.h 100.00% <ø> (ø)
...dcc/lib/target/include/target/base/target_loader.h 100.00% <100.00%> (ø)
buildcc/lib/target/include/target/target.h 100.00% <100.00%> (ø)
buildcc/lib/target/src/generator/task.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/target/build.cpp 92.31% <100.00%> (+0.42%) :arrow_up:
...cc/lib/target/src/target/friend/compile_object.cpp 100.00% <100.00%> (ø)
...ildcc/lib/target/src/target/friend/compile_pch.cpp 97.18% <100.00%> (+0.12%) :arrow_up:
...ildcc/lib/target/src/target/friend/link_target.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/target/target_loader.cpp 97.06% <100.00%> (+0.18%) :arrow_up:
buildcc/lib/target/src/target/target_storer.cpp 100.00% <100.00%> (ø)
... and 6 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 ca1d8ae...9351cde. Read the comment docs.