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

Removed redundant argument. #117

Closed NOhs closed 4 years ago

NOhs commented 4 years ago

Mixing build_types does not make any sense. Therefore, I removed the option to do so.

codecov[bot] commented 4 years ago

Codecov Report

Merging #117 into master will increase coverage by 1.27%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #117      +/-   ##
==========================================
+ Coverage   78.54%   79.81%   +1.27%     
==========================================
  Files          17       17              
  Lines        1193     1194       +1     
==========================================
+ Hits          937      953      +16     
+ Misses        256      241      -15     
Impacted Files Coverage Δ
clang_build/flags.py 100.00% <100.00%> (ø)
clang_build/target.py 79.87% <100.00%> (+0.30%) :arrow_up:
clang_build/platform.py 97.87% <0.00%> (+29.78%) :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 270f775...1c9a6ab. Read the comment docs.