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

Remove file extension #145

Closed coder137 closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #145 (f45977b) into main (3493844) will decrease coverage by 0.01%. The diff coverage is 98.86%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #145      +/-   ##
==========================================
- Coverage   99.07%   99.06%   -0.01%     
==========================================
  Files          43       44       +1     
  Lines        1182     1170      -12     
  Branches      323      324       +1     
==========================================
- Hits         1171     1159      -12     
  Partials       11       11              
Impacted Files Coverage Δ
...ldcc/lib/target/include/target/builder_interface.h 100.00% <ø> (ø)
...c/lib/target/include/target/common/target_config.h 0.00% <0.00%> (ø)
buildcc/lib/target/include/target/target.h 100.00% <100.00%> (+1.49%) :arrow_up:
buildcc/lib/target/src/common/target_config.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/common/target_state.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/target/build.cpp 92.86% <100.00%> (-0.17%) :arrow_down:
...cc/lib/target/src/target/friend/compile_object.cpp 100.00% <100.00%> (ø)
...ildcc/lib/target/src/target/friend/compile_pch.cpp 97.06% <100.00%> (ø)
buildcc/lib/target/src/target/include_dir.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/target/pch.cpp 100.00% <100.00%> (ø)
... and 2 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 3493844...f45977b. Read the comment docs.