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

Fix flags and parsing of flags #99

Closed GPMueller closed 4 years ago

GPMueller commented 4 years ago

Closes #39 and #97.

codecov[bot] commented 4 years ago

Codecov Report

Merging #99 into master will increase coverage by 0.55%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #99      +/-   ##
==========================================
+ Coverage   80.91%   81.47%   +0.55%     
==========================================
  Files          12       12              
  Lines         985      993       +8     
==========================================
+ Hits          797      809      +12     
+ Misses        188      184       -4
Impacted Files Coverage Δ
clang_build/target.py 91.79% <100%> (+1.87%) :arrow_up:

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 762e6b8...5800e85. Read the comment docs.