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

Renamed the clang_build.py to cli.py. #119

Closed NOhs closed 3 years ago

NOhs commented 4 years ago

Since the clang_build.py file now only contains command line interface functionality, I renamed it to cli.py.

codecov[bot] commented 3 years ago

Codecov Report

Merging #119 (33b2e85) into master (9c3dda0) will increase coverage by 1.05%. The diff coverage is 87.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #119      +/-   ##
==========================================
+ Coverage   78.42%   79.48%   +1.05%     
==========================================
  Files          16       17       +1     
  Lines        1154     1155       +1     
==========================================
+ Hits          905      918      +13     
+ Misses        249      237      -12     
Impacted Files Coverage Δ
clang_build/project.py 83.21% <ø> (ø)
clang_build/target.py 80.26% <ø> (+1.33%) :arrow_up:
clang_build/cli.py 51.61% <66.66%> (ø)
clang_build/__init__.py 100.00% <100.00%> (ø)
clang_build/environment.py 88.46% <100.00%> (-0.43%) :arrow_down:
clang_build/toolchain.py 82.29% <0.00%> (+5.20%) :arrow_up:
clang_build/single_source.py 63.26% <0.00%> (+8.16%) :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 9c3dda0...33b2e85. Read the comment docs.

GPMueller commented 3 years ago

As the new CI is passing since the merge (and fixes), I will now merge this PR.