kitovu-bot / kitovu

OpenHSR Connect 2
GNU General Public License v3.0
5 stars 2 forks source link

User Documentation, New Cli-command (EPJ-76) #31

Closed bytinbit closed 6 years ago

bytinbit commented 6 years ago

Please look at docs/usage.rst, syncing.py and cli.py where I've added the code. The rest of the files have been added as "new" out of unknown reasons.

The cli-command returns the location of the config file and the file path, since this differs from OS to OS. However, I had to add a helper method to show the path to the FileCache - please check if that's ok.

codecov[bot] commented 6 years ago

Codecov Report

Merging #31 into master will increase coverage by 0.06%. The diff coverage is 71.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #31      +/-   ##
==========================================
+ Coverage   89.48%   89.55%   +0.06%     
==========================================
  Files          30       30              
  Lines        1313     1350      +37     
  Branches       86       86              
==========================================
+ Hits         1175     1209      +34     
- Misses        124      128       +4     
+ Partials       14       13       -1
Impacted Files Coverage Δ
src/kitovu/sync/syncing.py 84.78% <100%> (+0.33%) :arrow_up:
src/kitovu/cli.py 71.21% <50%> (-1.37%) :arrow_down:
src/kitovu/gui/confscreen.py 92.1% <0%> (-7.9%) :arrow_down:
tests/test_filecache.py 100% <0%> (ø) :arrow_up:
src/kitovu/sync/plugin/moodle.py 33.66% <0%> (ø) :arrow_up:
tests/gui/test_confscreen.py 100% <0%> (ø) :arrow_up:
src/kitovu/sync/filecache.py 93.5% <0%> (+2.59%) :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 7bfcc23...f8e19c7. Read the comment docs.