ActivityWatch / aw-core

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

Renamed and refactored module aw_analysis to aw_query #80

Closed ErikBjare closed 5 years ago

ErikBjare commented 5 years ago

This probably breaks all kinds of things in aw-server etc, but it just had to be done tbh.

Should be re-targeted to master once #79 is merged.

codecov[bot] commented 5 years ago

Codecov Report

Merging #80 into master will increase coverage by 0.52%. The diff coverage is 98.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #80      +/-   ##
==========================================
+ Coverage   94.73%   95.25%   +0.52%     
==========================================
  Files          33       33              
  Lines        1556     1561       +5     
  Branches      235      238       +3     
==========================================
+ Hits         1474     1487      +13     
+ Misses         47       41       -6     
+ Partials       35       33       -2
Impacted Files Coverage Δ
aw_transform/sort_by.py 87.5% <ø> (+6.25%) :arrow_up:
aw_transform/flood.py 90.69% <ø> (ø) :arrow_up:
aw_query/exceptions.py 100% <ø> (ø)
aw_core/__init__.py 100% <ø> (ø) :arrow_up:
aw_query/__init__.py 100% <100%> (ø)
aw_transform/simplify.py 100% <100%> (ø) :arrow_up:
aw_query/query2.py 99.04% <100%> (ø)
aw_transform/__init__.py 100% <100%> (ø) :arrow_up:
aw_transform/filter_period_intersect.py 89.41% <100%> (ø) :arrow_up:
aw_query/functions.py 90.57% <98.52%> (ø)
... and 2 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 61b1764...1205bf5. Read the comment docs.