cmanaha / python-elasticsearch-logger

Python Elasticsearch handler for the standard python logging framework
Other
232 stars 116 forks source link

Improve serializer coverage #27

Closed aldbr closed 7 years ago

aldbr commented 7 years ago

I added a test class covering the serializer and added it in the tox.ini file.

codecov-io commented 7 years ago

Codecov Report

Merging #27 into master will increase coverage by 4.48%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #27      +/-   ##
==========================================
+ Coverage   78.84%   83.33%   +4.48%     
==========================================
  Files           2        2              
  Lines         156      156              
  Branches       20       20              
==========================================
+ Hits          123      130       +7     
+ Misses         29       22       -7     
  Partials        4        4
Impacted Files Coverage Δ
cmreslogging/serializers.py 100% <0%> (+58.33%) :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 f68c993...08db49d. Read the comment docs.