kevinmickey / django-prettyjson

Enables pretty JSON viewer in Django forms, admin, or templates
BSD 3-Clause "New" or "Revised" License
139 stars 21 forks source link

Bugfix typo if string passed as parameter #15

Closed bpartridge closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #15 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #15   +/-   ##
=======================================
  Coverage   40.54%   40.54%           
=======================================
  Files           3        3           
  Lines          37       37           
=======================================
  Hits           15       15           
  Misses         22       22
Impacted Files Coverage Δ
prettyjson/templatetags/prettyjson.py 0% <0%> (ø) :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 35d4843...6321d31. Read the comment docs.

kevinmickey commented 6 years ago

Thanks for catching this!