severb / graypy

Python logging handler for Graylog that sends messages in GELF (Graylog Extended Log Format).
https://www.graylog.org/
BSD 3-Clause "New" or "Revised" License
260 stars 91 forks source link

Feature/codecov #93

Closed nklapste closed 5 years ago

nklapste commented 5 years ago

Adding a codecov badge and simplifying the testing to be more verbose and direct.

Major changes:

codecov-io commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@f062fad). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #93   +/-   ##
=========================================
  Coverage          ?   51.25%           
=========================================
  Files             ?        3           
  Lines             ?      199           
  Branches          ?        0           
=========================================
  Hits              ?      102           
  Misses            ?       97           
  Partials          ?        0

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 f062fad...d6775ef. Read the comment docs.

severb commented 5 years ago

This is awesome! I'm adding you to the list of committers—my time commitment to this project is tiny and I don't want to slow you down. Feel free to land the change yourself; I'll see what I have to do to get the badge working.

nklapste commented 5 years ago

This is awesome! I'm adding you to the list of committers—my time commitment to this project is tiny and I don't want to slow you down. Feel free to land the change yourself; I'll see what I have to do to get the badge working.

Thanks severb! Are you suggesting I merge the commit myself? As that requires write permissions to the repo.

Either way I've been finding this project useful for my own graylog/python projects so contributing back is just my natural thanks!