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 Precompile Header #124

Closed coder137 closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #124 (cd6fa14) into main (7a9516a) will decrease coverage by 0.15%. The diff coverage is 97.83%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #124      +/-   ##
==========================================
- Coverage   99.47%   99.32%   -0.15%     
==========================================
  Files          37       39       +2     
  Lines         942     1026      +84     
  Branches      299      330      +31     
==========================================
+ Hits          937     1019      +82     
- Partials        5        7       +2     
Impacted Files Coverage Δ
buildcc/lib/target/src/target/compile_pch.cpp 95.92% <95.92%> (ø)
buildcc/lib/target/include/target/target.h 97.87% <100.00%> (+0.44%) :arrow_up:
buildcc/lib/target/include/target/target_loader.h 100.00% <100.00%> (ø)
buildcc/lib/target/src/target/build.cpp 97.06% <100.00%> (+0.28%) :arrow_up:
buildcc/lib/target/src/target/compile_source.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/target/flags.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/target/link_target.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/target/pch.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/target/target_loader.cpp 96.67% <100.00%> (+0.24%) :arrow_up:
buildcc/lib/target/src/target/target_storer.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 7a9516a...cd6fa14. Read the comment docs.