Closed accraze closed 6 years ago
Merging #7 into master will increase coverage by
0.52%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #7 +/- ##
=========================================
+ Coverage 93.18% 93.7% +0.52%
=========================================
Files 8 8
Lines 132 143 +11
Branches 14 15 +1
=========================================
+ Hits 123 134 +11
Misses 8 8
Partials 1 1
Impacted Files | Coverage Δ | |
---|---|---|
tests/test_composer.py | 94.11% <100%> (+1.52%) |
:arrow_up: |
src/twelve_tone/composer.py | 92.72% <100%> (+0.57%) |
: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 f5f91eb...2b6007a. Read the comment docs.
This allows you to specify a column number and then use that column for the tone row instead of the horizontal row in
Composer.get_melody
.resolves #3