Closed GPMueller closed 4 years ago
Merging #98 into master will decrease coverage by
1.93%
. The diff coverage is61.11%
.
@@ Coverage Diff @@
## master #98 +/- ##
==========================================
- Coverage 80.96% 79.02% -1.94%
==========================================
Files 12 12
Lines 972 1173 +201
==========================================
+ Hits 787 927 +140
- Misses 185 246 +61
Impacted Files | Coverage Δ | |
---|---|---|
clang_build/project.py | 69.95% <25%> (-1.48%) |
:arrow_down: |
clang_build/errors.py | 62.5% <50%> (-12.5%) |
:arrow_down: |
clang_build/target.py | 83.68% <59.34%> (-7.48%) |
:arrow_down: |
clang_build/clang_build.py | 73.46% <70.9%> (+4.15%) |
: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 6b09223...129f09b. Read the comment docs.
I would like to leave the "redistributable bundle" feature as a work in progress, as the design will probably evolve with more use cases.
From my side, this branch is therefore ready to be merged.
--bundle
).app
bundle on macOS. CLI flag e.g.--redistributable
Closes issue #25.