ActivityWatch / aw-core

Core library for ActivityWatch
Mozilla Public License 2.0
48 stars 47 forks source link

basic versioning of peewee db file #31

Closed ErikBjare closed 7 years ago

ErikBjare commented 7 years ago

This is how Syncthing versions their db file/folder (take a look in your ~/.config/syncthing).

codecov-io commented 7 years ago

Codecov Report

Merging #31 into master will decrease coverage by 0.19%. The diff coverage is 71.42%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #31     +/-   ##
=========================================
- Coverage   82.13%   81.94%   -0.2%     
=========================================
  Files          22       22             
  Lines         907      925     +18     
  Branches      150      156      +6     
=========================================
+ Hits          745      758     +13     
- Misses        135      138      +3     
- Partials       27       29      +2
Impacted Files Coverage Δ
aw_core/__about__.py 0% <0%> (ø) :arrow_up:
aw_datastore/storages/peewee.py 95.37% <75%> (-4.63%) :arrow_down:

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 75d141f...8399812. Read the comment docs.