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

Buildexe script mode #171

Closed coder137 closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #171 (24d993f) into main (6fec1da) will decrease coverage by 0.05%. The diff coverage is 98.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #171      +/-   ##
==========================================
- Coverage   99.35%   99.30%   -0.05%     
==========================================
  Files          55       55              
  Lines        1694     1719      +25     
  Branches      456      463       +7     
==========================================
+ Hits         1683     1707      +24     
- Partials       11       12       +1     
Impacted Files Coverage Δ
buildcc/lib/toolchain/src/api/toolchain_verify.cpp 99.17% <88.89%> (-0.83%) :arrow_down:
buildcc/lib/env/include/env/util.h 100.00% <100.00%> (ø)
buildcc/lib/target/include/target/generator.h 100.00% <100.00%> (ø)
buildcc/lib/target/src/api/lib_api.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/api/sync_api.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/api/target_info_getter.cpp 100.00% <100.00%> (ø)
...ildcc/lib/target/src/target/friend/link_target.cpp 100.00% <100.00%> (ø)
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 6fec1da...24d993f. Read the comment docs.