Trick-17 / clang-build

Clang-based cross platform build system written in Python
https://clang-build.readthedocs.io
MIT License
8 stars 3 forks source link

Improved config #69

Closed GPMueller closed 6 years ago

GPMueller commented 6 years ago
codecov[bot] commented 6 years ago

Codecov Report

Merging #69 into master will decrease coverage by 1.54%. The diff coverage is 83.84%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #69      +/-   ##
==========================================
- Coverage   82.79%   81.25%   -1.55%     
==========================================
  Files          12       12              
  Lines         866      992     +126     
==========================================
+ Hits          717      806      +89     
- Misses        149      186      +37
Impacted Files Coverage Δ
clang_build/single_source.py 67.18% <0%> (-20.32%) :arrow_down:
clang_build/platform.py 97.72% <100%> (+0.16%) :arrow_up:
clang_build/io_tools.py 100% <100%> (ø) :arrow_up:
clang_build/dependency_tools.py 63.88% <100%> (-29.14%) :arrow_down:
clang_build/build_type.py 71.42% <100%> (+4.76%) :arrow_up:
clang_build/project.py 72.47% <60.29%> (-1.44%) :arrow_down:
clang_build/clang_build.py 68.98% <80%> (+0.13%) :arrow_up:
clang_build/target.py 90.15% <88.65%> (-1.3%) :arrow_down:
... 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 013871d...84e30df. Read the comment docs.