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] PCH friend module #128

Closed coder137 closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #128 (254a30d) into main (05ee26a) will increase coverage by 0.01%. The diff coverage is 96.97%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #128      +/-   ##
==========================================
+ Coverage   99.12%   99.14%   +0.01%     
==========================================
  Files          39       40       +1     
  Lines        1025     1041      +16     
  Branches      323      324       +1     
==========================================
+ Hits         1016     1032      +16     
  Partials        9        9              
Impacted Files Coverage Δ
...ildcc/lib/target/src/target/friend/compile_pch.cpp 96.43% <96.43%> (ø)
...dcc/lib/target/include/target/friend/compile_pch.h 100.00% <100.00%> (ø)
buildcc/lib/target/include/target/path.h 100.00% <100.00%> (ø)
buildcc/lib/target/include/target/target.h 98.18% <100.00%> (-0.15%) :arrow_down:
buildcc/lib/target/src/target/build.cpp 91.89% <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 05ee26a...254a30d. Read the comment docs.