wichmannpas / todoscheduler

Manage and schedule your tasks to increase your productivity
Apache License 2.0
2 stars 1 forks source link

Task Labels #81

Closed wichmannpas closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@50fc312). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #81   +/-   ##
=========================================
  Coverage          ?   99.59%           
=========================================
  Files             ?       38           
  Lines             ?     1478           
  Branches          ?        0           
=========================================
  Hits              ?     1472           
  Misses            ?        6           
  Partials          ?        0
Impacted Files Coverage Δ
todoscheduler/settings_base.py 100% <ø> (ø)
todoscheduler/urls.py 100% <ø> (ø)
label/migrations/0001_initial.py 100% <100%> (ø)
label/urls.py 100% <100%> (ø)
task/serializers.py 100% <100%> (ø)
label/views.py 100% <100%> (ø)
label/serializers.py 100% <100%> (ø)
task/models.py 100% <100%> (ø)
task/migrations/0010_task_labels.py 100% <100%> (ø)
label/tests.py 100% <100%> (ø)
... and 4 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 50fc312...0148c56. Read the comment docs.