Closed GPMueller closed 5 years ago
Merging #84 into master will increase coverage by
4.06%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #84 +/- ##
==========================================
+ Coverage 77% 81.07% +4.06%
==========================================
Files 12 12
Lines 983 983
==========================================
+ Hits 757 797 +40
+ Misses 226 186 -40
Impacted Files | Coverage Δ | |
---|---|---|
clang_build/target.py | 90.07% <0%> (+0.79%) |
:arrow_up: |
clang_build/io_tools.py | 100% <0%> (+13.18%) |
:arrow_up: |
clang_build/platform.py | 97.72% <0%> (+59.09%) |
: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 04e9dad...890b0a6. Read the comment docs.
Caching the homebrew-installed components should save a lot of time, but it seems to produce problems, as e.g.
brew upgrade python
can fail when the cache is loaded (because Python 3.7 is already installed).