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

Assert Fatal thread behavior #206

Closed coder137 closed 2 years ago

coder137 commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #206 (2f16a69) into main (69b0943) will decrease coverage by 0.00%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #206      +/-   ##
==========================================
- Coverage   98.99%   98.99%   -0.00%     
==========================================
  Files          62       62              
  Lines        1882     1877       -5     
  Branches      505      504       -1     
==========================================
- Hits         1863     1858       -5     
  Misses          1        1              
  Partials       18       18              
Impacted Files Coverage Δ
buildcc/lib/env/include/env/assert_fatal.h 100.00% <ø> (ø)
buildcc/lib/env/include/env/storage.h 100.00% <100.00%> (ø)
buildcc/lib/env/src/storage.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/generator/task.cpp 100.00% <100.00%> (ø)
...ildcc/lib/target/src/target/friend/compile_pch.cpp 97.59% <100.00%> (ø)
...ildcc/lib/target/src/target/friend/link_target.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/target/tasks.cpp 100.00% <100.00%> (ø)
buildcc/schema/include/schema/path.h 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 69b0943...2f16a69. Read the comment docs.