hastexo / olx-utils

Tools facilitating the creation of Open edX courseware in the Open Learning XML (OLX) format
GNU Affero General Public License v3.0
5 stars 5 forks source link

Refactor the CLI, part 2 #28

Closed fghaas closed 5 years ago

fghaas commented 5 years ago

Eventually, we're going to want olx to do more than just create a new run. Thus, implement subcommand functionality and make a few more related changes:

codecov-io commented 5 years ago

Codecov Report

Merging #28 into master will increase coverage by 1.82%. The diff coverage is 87.83%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #28      +/-   ##
==========================================
+ Coverage   85.21%   87.03%   +1.82%     
==========================================
  Files           6        6              
  Lines         284      324      +40     
==========================================
+ Hits          242      282      +40     
  Misses         42       42
Impacted Files Coverage Δ
tests/test_cli.py 100% <100%> (ø) :arrow_up:
tests/test_helpers.py 100% <100%> (ø) :arrow_up:
olxutils/templates.py 100% <100%> (ø) :arrow_up:
olxutils/helpers.py 73.68% <60%> (+0.71%) :arrow_up:
olxutils/cli.py 68% <83.33%> (+7.5%) :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 f490776...fa44ad2. Read the comment docs.