ActivityWatch / aw-core

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

Added ignore-case and select-keys options for classification #83

Closed ErikBjare closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #83 into master will increase coverage by 0.08%. The diff coverage is 80%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #83      +/-   ##
==========================================
+ Coverage   94.93%   95.01%   +0.08%     
==========================================
  Files          34       34              
  Lines        1599     1606       +7     
  Branches      248      249       +1     
==========================================
+ Hits         1518     1526       +8     
  Misses         44       44              
+ Partials       37       36       -1
Impacted Files Coverage Δ
aw_transform/classify.py 92.1% <80%> (+1.78%) :arrow_up:
aw_query/functions.py 89.26% <0%> (-0.68%) :arrow_down:
aw_transform/merge_events_by_keys.py 100% <0%> (+7.69%) :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 85bced9...c2eadd6. Read the comment docs.

ErikBjare commented 4 years ago

For some extremely weird reason this breaks categorization in the web UI (everything ends up being "Uncategorized"), which I am unable to replicate in tests.

ErikBjare commented 4 years ago

lol, nevermind, I'm an idiot.