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

Function lock segregation with Target state #196

Closed coder137 closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #196 (a897d2c) into main (9007664) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #196   +/-   ##
=======================================
  Coverage   99.13%   99.14%           
=======================================
  Files          54       55    +1     
  Lines        1729     1737    +8     
  Branches      463      466    +3     
=======================================
+ Hits         1714     1722    +8     
  Misses          2        2           
  Partials       13       13           
Impacted Files Coverage Δ
buildcc/lib/target/include/target/target.h 100.00% <ø> (ø)
buildcc/lib/target/include/target/target_info.h 100.00% <ø> (ø)
...c/lib/target/include/target/common/function_lock.h 100.00% <100.00%> (ø)
...cc/lib/target/include/target/common/target_state.h 100.00% <100.00%> (ø)
buildcc/lib/target/src/api/deps_api.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/api/flag_api.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/api/include_api.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/api/lib_api.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/api/pch_api.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/api/source_api.cpp 100.00% <100.00%> (ø)
... and 7 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 9007664...a897d2c. Read the comment docs.