vectordotdev / timber-elixir

🌲 Great Elixir logging made easy
https://timber.io
Other
214 stars 29 forks source link

Handle :hackney breaking changes #336

Closed binarylogic closed 5 years ago

binarylogic commented 5 years ago

Oh :hackney how I long that you were managed properly.

This change updates our asynchronous message handling to handle :hackney's new format. This also moves message handling into the HTTP client since this is :hackney specific

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 822


Changes Missing Coverage Covered Lines Changed/Added Lines %
lib/timber/http_clients/hackney.ex 0 5 0.0%
lib/timber/logger_backends/http.ex 9 23 39.13%
<!-- Total: 14 33 42.42% -->
Files with Coverage Reduction New Missed Lines %
lib/timber/logger_backends/http.ex 2 66.22%
lib/timber/errors/invalid_api_key_error.ex 6 0.0%
<!-- Total: 8 -->
Totals Coverage Status
Change from base Build 817: -2.9%
Covered Lines: 216
Relevant Lines: 468

💛 - Coveralls