mfuentesg / SyncSettings

Sync Settings - The cross-platform solution to keep Sublime Text configuration synchronized
https://mfuentesg.dev/SyncSettings
MIT License
288 stars 38 forks source link

enhance code base, delete unused code and fix some bugs #107

Closed mfuentesg closed 5 years ago

mfuentesg commented 5 years ago
codecov-io commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@973a2b9). Click here to learn what that means. The diff coverage is 93.85%.

Impacted file tree graph

@@           Coverage Diff            @@
##             master    #107   +/-   ##
========================================
  Coverage          ?   93.9%           
========================================
  Files             ?      13           
  Lines             ?     541           
  Branches          ?       0           
========================================
  Hits              ?     508           
  Misses            ?      33           
  Partials          ?       0
Impacted Files Coverage Δ
tests/test_settings.py 100% <100%> (ø)
sync_settings/libs/logger.py 100% <100%> (ø)
sync_settings/libs/path.py 100% <100%> (ø)
tests/__init__.py 100% <100%> (ø)
tests/test_path.py 100% <100%> (ø)
sync_settings/libs/gist.py 100% <100%> (ø)
tests/test_gist_api.py 100% <100%> (ø)
tests/test_sync_manager.py 100% <100%> (ø)
sync_settings/libs/settings.py 100% <100%> (ø)
tests/test_sync_version.py 100% <100%> (ø)
... and 3 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 973a2b9...df23621. Read the comment docs.