Closed NOhs closed 3 years ago
Merging #119 (33b2e85) into master (9c3dda0) will increase coverage by
1.05%
. The diff coverage is87.50%
.
@@ 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.
As the new CI is passing since the merge (and fixes), I will now merge this PR.
Since the clang_build.py file now only contains command line interface functionality, I renamed it to cli.py.