ActivityWatch / aw-core

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

feat: add datastore API for fetching a single event by ID #109

Closed ErikBjare closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #109 (a0814b0) into master (0629e84) will increase coverage by 0.12%. The diff coverage is 97.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #109      +/-   ##
==========================================
+ Coverage   90.88%   91.01%   +0.12%     
==========================================
  Files          34       34              
  Lines        1678     1702      +24     
  Branches      291      292       +1     
==========================================
+ Hits         1525     1549      +24     
  Misses        118      118              
  Partials       35       35              
Impacted Files Coverage Δ
aw_datastore/storages/mongodb.py 25.80% <0.00%> (ø)
aw_datastore/datastore.py 100.00% <100.00%> (ø)
aw_datastore/storages/abstract.py 97.05% <100.00%> (+0.18%) :arrow_up:
aw_datastore/storages/memory.py 94.80% <100.00%> (+0.51%) :arrow_up:
aw_datastore/storages/peewee.py 99.32% <100.00%> (+0.01%) :arrow_up:
aw_datastore/storages/sqlite.py 96.91% <100.00%> (+0.20%) :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 0629e84...a0814b0. Read the comment docs.