vectordotdev / timber-elixir

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

Final changes for the 3.X line #333

Closed binarylogic closed 5 years ago

binarylogic commented 5 years ago

This PR includes a variety of cleanup changes for the 3.X line. Most of the changes revolve around moving code to the appropriate integration libraries since it does not belong in the core library anymore. A complete list of changes:

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 815


Changes Missing Coverage Covered Lines Changed/Added Lines %
lib/timber/api.ex 13 14 92.86%
lib/timber/events/channel_join_event.ex 0 1 0.0%
lib/timber/events/channel_receive_event.ex 0 1 0.0%
lib/timber/events/http_request_event.ex 0 1 0.0%
lib/timber/events/http_response_event.ex 0 2 0.0%
lib/timber/config.ex 4 10 40.0%
lib/timber/logger_backends/http.ex 13 19 68.42%
lib/mix/tasks/test_the_pipes.ex 0 29 0.0%
<!-- Total: 39 86 45.35% -->
Files with Coverage Reduction New Missed Lines %
lib/timber/utils/logger.ex 2 0.0%
lib/timber/events/http_request_event.ex 2 0.0%
lib/timber/events/controller_call_event.ex 6 0.0%
lib/timber/events/error_event.ex 9 0.0%
lib/timber/events/http_response_event.ex 11 0.0%
<!-- Total: 30 -->
Totals Coverage Status
Change from base Build 809: -11.7%
Covered Lines: 222
Relevant Lines: 453

💛 - Coveralls