jmalloc / ax

A message-driven application toolkit for Go. [EXPERIMENTAL]
MIT License
9 stars 3 forks source link

Add unique "delivery ID" to identify each attempt to process a message. #145

Closed jmalloc closed 5 years ago

jmalloc commented 5 years ago

Partially addresses #68

codecov-io commented 5 years ago

Codecov Report

Merging #145 into master will decrease coverage by 0.03%. The diff coverage is 31.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #145      +/-   ##
==========================================
- Coverage   29.25%   29.21%   -0.04%     
==========================================
  Files          74       75       +1     
  Lines        2694     2711      +17     
==========================================
+ Hits          788      792       +4     
- Misses       1882     1895      +13     
  Partials       24       24
Impacted Files Coverage Δ
src/axrmq/marshaling.go 0% <0%> (ø) :arrow_up:
src/ax/endpoint/envelope.go 0% <0%> (ø)
src/ax/observability/logging.go 95% <100%> (+0.55%) :arrow_up:

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 1f33330...1a45b79. Read the comment docs.