Closed binarylogic closed 5 years ago
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 | |
---|---|
Change from base Build 809: | -11.7% |
Covered Lines: | 222 |
Relevant Lines: | 453 |
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:
Timber.Events.*
andTimber.Contexts.*
structs and methods have been deprecatedTimber.Event.Error
materialization has been moved to the:timber_exceptions
library: https://github.com/timberio/timber-elixir-exceptionsTimber.Events.HTTP*
materialization have been moved to the:timber_plug
library: https://github.com/timberio/timber-elixir-plugmix timber.test_the_pipes
command has been added as part of installation.README
was updated to reflect recent changes.