kitovu-bot / kitovu

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

Remove reporters #26

Closed The-Compiler closed 6 years ago

The-Compiler commented 6 years ago

Part of EPJ-51. Based on #25 so you might want to merge that first.

codecov[bot] commented 6 years ago

Codecov Report

Merging #26 into master will decrease coverage by 0.4%. The diff coverage is 91.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
- Coverage   90.43%   90.03%   -0.41%     
==========================================
  Files          32       30       -2     
  Lines        1349     1294      -55     
  Branches       87       86       -1     
==========================================
- Hits         1220     1165      -55     
  Misses        115      115              
  Partials       14       14
Impacted Files Coverage Δ
src/kitovu/sync/syncplugin.py 100% <ø> (ø) :arrow_up:
tests/helpers/dummyplugin.py 100% <ø> (ø) :arrow_up:
src/kitovu/utils.py 93.87% <ø> (-0.47%) :arrow_down:
tests/test_cli.py 100% <ø> (ø) :arrow_up:
src/kitovu/cli.py 72.58% <0%> (-1.27%) :arrow_down:
tests/test_filecache.py 100% <100%> (ø) :arrow_up:
tests/sync/test_smb.py 100% <100%> (ø) :arrow_up:
src/kitovu/sync/syncing.py 93.15% <100%> (ø) :arrow_up:
src/kitovu/sync/plugin/moodle.py 33.66% <100%> (-0.66%) :arrow_down:
tests/sync/test_syncing.py 100% <100%> (ø) :arrow_up:
... and 1 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 d26c43c...34539e4. Read the comment docs.

The-Compiler commented 6 years ago

Updated on the latest master now, so it should be ready for review.