ActivityWatch / aw-core

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

style: formatted everything with Black #92

Closed ErikBjare closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #92 into master will not change coverage. The diff coverage is 88.59%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #92   +/-   ##
=======================================
  Coverage   90.78%   90.78%           
=======================================
  Files          34       34           
  Lines        1606     1606           
  Branches      249      249           
=======================================
  Hits         1458     1458           
  Misses        113      113           
  Partials       35       35           
Impacted Files Coverage Δ
aw_core/__about__.py 100.00% <ø> (ø)
aw_core/decorators.py 100.00% <ø> (ø)
aw_core/dirs.py 92.85% <ø> (ø)
aw_core/log.py 100.00% <ø> (ø)
aw_core/util.py 100.00% <ø> (ø)
aw_datastore/__init__.py 92.30% <ø> (ø)
aw_transform/merge_events_by_keys.py 100.00% <ø> (ø)
aw_datastore/storages/mongodb.py 25.80% <23.07%> (ø)
aw_core/timeperiod.py 80.39% <50.00%> (ø)
aw_core/models.py 94.66% <66.66%> (ø)
... and 17 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 0444be3...7a3e704. Read the comment docs.