Closed NOhs closed 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.
Merging #75 into master will decrease coverage by
2.16%
. The diff coverage is100%
.
@@ 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.
I removed imports that were not used in the modules. It is a minor clean-up. Probably just left-overs from an older version.