tracer: add context to Options #168

Merged
vtolstov merged 1 commits from tracer into v3 2023-01-17 08:33:36 +03:00
vtolstov commented 2023-01-17 08:31:09 +03:00 (Migrated from github.com)

Signed-off-by: Vasiliy Tolstov v.tolstov@unistack.org

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
github-actions[bot] (Migrated from github.com) approved these changes 2023-01-17 08:31:22 +03:00
codecov[bot] commented 2023-01-17 08:33:08 +03:00 (Migrated from github.com)

Codecov Report

Merging #168 (3bd6db7) into v3 (9347bb0) will decrease coverage by 0.12%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##               v3     #168      +/-   ##
==========================================
- Coverage   41.15%   41.02%   -0.13%     
==========================================
  Files          97       97              
  Lines        9200     9206       +6     
==========================================
- Hits         3786     3777       -9     
- Misses       5076     5090      +14     
- Partials      338      339       +1     
Impacted Files Coverage Δ
tracer/context.go 37.50% <0.00%> (-8.66%) ⬇️
tracer/options.go 25.00% <ø> (ø)
broker/memory.go 51.52% <0.00%> (-3.94%) ⬇️

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 9347bb0...3bd6db7. Read the comment docs.

# [Codecov](https://codecov.io/gh/unistack-org/micro/pull/168?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org) Report > Merging [#168](https://codecov.io/gh/unistack-org/micro/pull/168?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org) (3bd6db7) into [v3](https://codecov.io/gh/unistack-org/micro/commit/9347bb0651423a7b8b93f99db0a6bf451ffc6a71?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org) (9347bb0) will **decrease** coverage by `0.12%`. > The diff coverage is `0.00%`. [![Impacted file tree graph](https://codecov.io/gh/unistack-org/micro/pull/168/graphs/tree.svg?width=650&height=150&src=pr&token=OZPO2LP7VS&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org)](https://codecov.io/gh/unistack-org/micro/pull/168?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org) ```diff @@ Coverage Diff @@ ## v3 #168 +/- ## ========================================== - Coverage 41.15% 41.02% -0.13% ========================================== Files 97 97 Lines 9200 9206 +6 ========================================== - Hits 3786 3777 -9 - Misses 5076 5090 +14 - Partials 338 339 +1 ``` | [Impacted Files](https://codecov.io/gh/unistack-org/micro/pull/168?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org) | Coverage Δ | | |---|---|---| | [tracer/context.go](https://codecov.io/gh/unistack-org/micro/pull/168?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org#diff-dHJhY2VyL2NvbnRleHQuZ28=) | `37.50% <0.00%> (-8.66%)` | :arrow_down: | | [tracer/options.go](https://codecov.io/gh/unistack-org/micro/pull/168?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org#diff-dHJhY2VyL29wdGlvbnMuZ28=) | `25.00% <ø> (ø)` | | | [broker/memory.go](https://codecov.io/gh/unistack-org/micro/pull/168?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org#diff-YnJva2VyL21lbW9yeS5nbw==) | `51.52% <0.00%> (-3.94%)` | :arrow_down: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/unistack-org/micro/pull/168?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org) > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/unistack-org/micro/pull/168?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org). Last update [9347bb0...3bd6db7](https://codecov.io/gh/unistack-org/micro/pull/168?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org).
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: unistack-org/micro#168
No description provided.