accraze / python-twelve-tone

:notes: 12-tone matrix to generate dodecaphonic melodies :notes:
https://pypi.python.org/pypi/twelve-tone
BSD 2-Clause "Simplified" License
71 stars 5 forks source link

Fix cli params and dupe main fn #17

Closed accraze closed 6 years ago

accraze commented 6 years ago

The cli.main fn is being duplicated. This moves it all to one function.

codecov-io commented 6 years ago

Codecov Report

Merging #17 into master will increase coverage by 1.54%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
+ Coverage   85.71%   87.26%   +1.54%     
==========================================
  Files           8        8              
  Lines         161      157       -4     
  Branches       19       19              
==========================================
- Hits          138      137       -1     
+ Misses         21       15       -6     
- Partials        2        5       +3
Impacted Files Coverage Δ
src/twelve_tone/cli.py 45% <100%> (+3.33%) :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 1147773...fc0cc1f. Read the comment docs.