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 MSVC PCH #131

Closed coder137 closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #131 (12386f5) into main (0ea3a41) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #131      +/-   ##
==========================================
+ Coverage   99.16%   99.17%   +0.01%     
==========================================
  Files          42       42              
  Lines        1066     1082      +16     
  Branches      324      331       +7     
==========================================
+ Hits         1057     1073      +16     
  Partials        9        9              
Impacted Files Coverage Δ
buildcc/lib/target/include/target/target.h 98.11% <ø> (ø)
...dcc/lib/target/include/target/friend/compile_pch.h 100.00% <100.00%> (ø)
buildcc/lib/target/src/target/build.cpp 92.11% <100.00%> (+0.21%) :arrow_up:
...ildcc/lib/target/src/target/friend/compile_pch.cpp 97.10% <100.00%> (+0.67%) :arrow_up:
...cc/lib/target/src/target/friend/file_extension.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/target/pch.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 0ea3a41...12386f5. Read the comment docs.