jonathan-s / django-sockpuppet

Build reactive applications with the django tooling you already know and love.
https://github.com/jonathan-s/django-sockpuppet
MIT License
450 stars 22 forks source link

Fixing reflex discovery on Windows #10

Closed DamnedScholar closed 4 years ago

DamnedScholar commented 4 years ago

A fix for #9

codecov-io commented 4 years ago

Codecov Report

Merging #10 into master will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #10   +/-   ##
======================================
  Coverage    3.06%   3.06%           
======================================
  Files          12      12           
  Lines         261     261           
  Branches       25      25           
======================================
  Hits            8       8           
  Misses        253     253           
Impacted Files Coverage Δ
sockpuppet/consumer.py 0.00% <0.00%> (ø)

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 64e8e2e...3ffa8a9. Read the comment docs.

jonathan-s commented 4 years ago

Awesome, thanks for making this patch!