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 unused imports. #75

Closed NOhs closed 5 years ago

NOhs commented 5 years ago

I removed imports that were not used in the modules. It is a minor clean-up. Probably just left-overs from an older version.

NOhs commented 5 years ago

I think the osx builds failing have nothing to do with my changes, but with the travis script which seems to take longer than the allowed default time for travis jobs. Maybe, there are new images available for their CI VMs or something which would solve this.

codecov[bot] commented 5 years ago

Codecov Report

Merging #75 into master will decrease coverage by 2.16%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #75      +/-   ##
==========================================
- Coverage   81.25%   79.08%   -2.17%     
==========================================
  Files          12       12              
  Lines         992      985       -7     
==========================================
- Hits          806      779      -27     
- Misses        186      206      +20
Impacted Files Coverage Δ
clang_build/clang_build.py 68.64% <ø> (-0.34%) :arrow_down:
clang_build/project.py 71.83% <100%> (-0.65%) :arrow_down:
clang_build/platform.py 68.18% <0%> (-29.55%) :arrow_down:
clang_build/io_tools.py 93.4% <0%> (-6.6%) :arrow_down:
clang_build/target.py 89.76% <0%> (-0.4%) :arrow_down:

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 c5d5c1b...6280324. Read the comment docs.