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

Add REST upload capability #38

Closed fghaas closed 5 years ago

fghaas commented 5 years ago
codecov-io commented 5 years ago

Codecov Report

Merging #38 into master will decrease coverage by 1.93%. The diff coverage is 94.17%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #38      +/-   ##
==========================================
- Coverage   99.82%   97.89%   -1.94%     
==========================================
  Files          11       15       +4     
  Lines         582      854     +272     
==========================================
+ Hits          581      836     +255     
- Misses          1       18      +17
Impacted Files Coverage Δ
olxutils/git.py 100% <ø> (ø) :arrow_up:
tests/test_cli.py 100% <100%> (ø) :arrow_up:
olxutils/archive.py 100% <100%> (ø) :arrow_up:
tests/test_token.py 100% <100%> (ø)
olxutils/token.py 100% <100%> (ø)
tests/test_upload.py 100% <100%> (ø)
olxutils/upload.py 84.84% <84.84%> (ø)
olxutils/cli.py 94.4% <87.5%> (-4.54%) :arrow_down:
... and 2 more

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 29a5686...a562c87. Read the comment docs.