Closed standage closed 5 years ago
Merging #301 into master will decrease coverage by
0.05%
. The diff coverage is99.2%
.
@@ Coverage Diff @@
## master #301 +/- ##
==========================================
- Coverage 96.89% 96.83% -0.06%
==========================================
Files 50 48 -2
Lines 2997 2910 -87
Branches 515 501 -14
==========================================
- Hits 2904 2818 -86
- Misses 59 60 +1
+ Partials 34 32 -2
Impacted Files | Coverage Δ | |
---|---|---|
kevlar/cli/__init__.py | 100% <ø> (ø) |
:arrow_up: |
kevlar/__init__.py | 93.26% <ø> (-0.07%) |
:arrow_down: |
kevlar/call.py | 87.5% <100%> (+0.24%) |
:arrow_up: |
kevlar/alac.py | 98% <100%> (-0.8%) |
:arrow_down: |
kevlar/reference.py | 97.53% <100%> (+0.12%) |
:arrow_up: |
kevlar/cli/localize.py | 100% <100%> (ø) |
:arrow_up: |
kevlar/assemble.py | 100% <100%> (ø) |
:arrow_up: |
kevlar/localize.py | 98.65% <98.92%> (-1.35%) |
: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 0a13ca0...7c93520. Read the comment docs.
This PR started with the intent to deprecate
kevlar localize
and the commands that depend on it (kevlar alac
andkevlar simplex
). However, the brand-spanking-newkevlar cutout
intentionally has essentially the same interface askevlar localize
, so the PR turned into a refactoring. The oldkevlar localize
module has been deleted and the newkevlar cutout
module has been renamedkevlar localize
. Thekevlar alac
module has been updated (and simplified!) to support the new streaming conventions.